What is hex #7F1734 color?

 
The hex code #7F1734 is also know by an other name that is Claret.
This color is composed of 127% red, 23% green and 52% blue. So we can say that the RGB value is (127,23,52)
You need to use it for a printer? The CMYK colors code equivalent of hex #7F1734 is C:0 M:82 Y:59, K:50) .
In the HSV/HSB scale, #7F1734 has a hue of 343°, 82% saturation and a brightness value of 50%.
If you want to know all about the hex #7F1734, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #7F1734 (complementary, analogous, triadic, tetradic...).

Hex #7F1734 Color Codes & Equivalents

Color Name [Claret]
RGB Values (127,23,52)
CMYK Values (0%, 82%, 59%, 50%)
HSV/HSB Values (343°, 82%, 50%)
Closest Web Safe
#660033
Inverse Color
#80e8cb
Closest Pantone®
1955 C
Closest RAL
RAL 3003 [Ruby red]
Complementary Color
#177f62

#7F1734 Converted to Grayscale Codes

Average
#434343
Lightness (Desaturation)
#4b4b4b
Weighted (BT601)
#393939
Luma (BT709)
#2f2f2f

Hex #7F1734 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #7F1734 is #177f62. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #7F1734 you will find #177f62. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#7F1734 #177f62

Analogous Palette

The analogous color scheme of #7F1734 is composed with colors #7F1768 and #7F2E17. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #7F1734 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#7F1768 #7F1734 #7F2E17

Split-Complementary Palette

The split-complementary color scheme of #7F1734 is composed with colors #17687F and #177F2E. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#7F1734 #17687F #177F2E

Triadic Palette

The triadic color scheme of #7F1734 is composed with colors #17347F and #347F17. They are located to the right and left of your main color #7F1734 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#7F1734 #17347F #347F17

Tetradic Palette

The tetradic color scheme of #7F1734 is composed with colors #347F17, #177F62 and #62177F A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#7F1734 #347F17 #177F62 #62177F

Square Palette

The square color scheme of #7F1734 is composed with colors #687F17, #177F62 and #2E177F To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#7F1734 #687F17 #177F62 #2E177F

Tints, Tones & Shades of Hex #7F1734

Tints

Tints are created by adding white, resulting in lighter shades of #7F1734.

#7F1734 #901A3B #A11D42 #B22049 #C42350 #D52657 #DA3563 #DD4771

Tones

Tones are made by mixing with gray, softening the original color.

#7F1734 #771E37 #70253A #682D3D #613441 #5A3B44 #524347 #4B4A4A

Shades

Shades result from adding black, creating darker variations.

#7F1734 #6D132C #5C1025 #4B0D1E #390A17 #280710 #170409 #060102

Hex #7F1734 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #7F1734
Java new Color(127,23,52);
Python Color(#7F1734)
.NET Color.FromArgb(255, 127,23,52);
Swift / iOS UIColor(red: 0.5, green: 0.09, blue: 0.2, alpha: 1)
Kotlin / Android Color.rgb(127, 23, 52)