What is hex #7B3F00 color?

 
The hex code #7B3F00 is also know by an other name that is Chocolate Traditional.
This color is composed of 123% red, 63% green and 0% blue. So we can say that the RGB value is (123,63,0)
You need to use it for a printer? The CMYK colors code equivalent of hex #7B3F00 is C:0 M:49 Y:100, K:52) .
In the HSV/HSB scale, #7B3F00 has a hue of 31°, 100% saturation and a brightness value of 48%.
If you want to know all about the hex #7B3F00, 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 #7B3F00 (complementary, analogous, triadic, tetradic...).

Hex #7B3F00 Color Codes & Equivalents

Color Name [Chocolate Traditional]
RGB Values (123,63,0)
CMYK Values (0%, 49%, 100%, 52%)
HSV/HSB Values (31°, 100%, 48%)
Closest Web Safe
#663300
Inverse Color
#84c0ff
Closest Pantone®
725 C
Closest RAL
RAL 8029 [Pearl copper]
Complementary Color
#003c7b

#7B3F00 Converted to Grayscale Codes

Average
#3e3e3e
Lightness (Desaturation)
#3e3e3e
Weighted (BT601)
#4a4a4a
Luma (BT709)
#474747

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

Complementary Palette

The complementary color of #7B3F00 is #003c7b. 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 #7B3F00 you will find #003c7b. 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.

#7B3F00 #003c7b

Analogous Palette

The analogous color scheme of #7B3F00 is composed with colors #7B0100 and #797B00. 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 #7B3F00 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.

#7B0100 #7B3F00 #797B00

Split-Complementary Palette

The split-complementary color scheme of #7B3F00 is composed with colors #01007B and #00797B. 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.

#7B3F00 #01007B #00797B

Triadic Palette

The triadic color scheme of #7B3F00 is composed with colors #3F007B and #007B3F. They are located to the right and left of your main color #7B3F00 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.

#7B3F00 #3F007B #007B3F

Tetradic Palette

The tetradic color scheme of #7B3F00 is composed with colors #007B3F, #003C7B and #7B003C 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.

#7B3F00 #007B3F #003C7B #7B003C

Square Palette

The square color scheme of #7B3F00 is composed with colors #007B01, #003C7B and #7B0079 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.

#7B3F00 #007B01 #003C7B #7B0079

Tints, Tones & Shades of Hex #7B3F00

Tints

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

#7B3F00 #8F4900 #A35300 #B85E00 #CC6800 #E17300 #F57D00 #FF870A

Tones

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

#7B3F00 #743E06 #6E3E0C #683E12 #623E18 #5C3E1E #563E24 #503D2A

Shades

Shades result from adding black, creating darker variations.

#7B3F00 #663400 #522A00 #3D1F00 #291500 #150A00 #000000 #000000

Hex #7B3F00 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 #7B3F00
Java new Color(123,63,0);
Python Color(#7B3F00)
.NET Color.FromArgb(255, 123,63,0);
Swift / iOS UIColor(red: 0.48, green: 0.25, blue: 0, alpha: 1)
Kotlin / Android Color.rgb(123, 63, 0)