COLOR #7B6419

HEX: #7B6419 RGB: (123,100,25)

Color info

#7B6419 contains mainly red and green colors. Web safe color of #7B6419 is #666600 (or #660).

RGB color model

#7B6419 color RGB value is (123,100,25).

RGB: (123,100,25) (48%, 39%, 10%)

RGB channels and saturation

R 123 of 255 = 48%
G 100 of 255 = 39%
B 25 of 255 = 10%

123
100
25

R + G + B ~ 32%. #7B6419 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 100 + 25 = 248 (100%)
R 123 of 248 ~ 49.6%
G 100 of 248 ~ 40.32%
B 25 of 248 ~ 10.08'%

%49.6
%40.32

CMYK color model

#7B6419 color CMYK value is (0,19,80,52).

  • cyan value is 0.00%
  • magenta value is 18.70%
  • yellow value is 79.67%
  • key color value is 51.76%

CMYK: (0,19,80,52)
C0M19Y80K52 (0%, 19%, 80%, 52%)
(0.00 / 0.19 / 0.80 / 0.52)

CMYK percentages

%0
%18.7
%79.67
%51.76

Codes

Color #7B6419 in popluar color models

7B 64 19
RGB 123 100 25
HSL 46° 66.22% 29.02%
HSB/HSV 46° 79.67% 48.24%
CMYK 0.00% 18.70% 79.67%
51.76%

Color #7B6419 in popluar number systems.

HEX 7B 64 19
Decimal 123 100 25
Binary 1111011 1100100 11001
Octal 173 144 31

Shades and tints

Shades of #7B6419

#7B6419
(123,100,25)
#705B17
(112,91,23)
#655215
(101,82,21)
#5A4913
(90,73,19)
#4F4011
(79,64,17)
#44370F
(68,55,15)
#392E0D
(57,46,13)
#2E250B
(46,37,11)
#231C09
(35,28,9)
#181307
(24,19,7)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #7B6419

#7B6419
(123,100,25)
#87722D
(135,114,45)
#938041
(147,128,65)
#9F8E55
(159,142,85)
#AB9C69
(171,156,105)
#B7AA7D
(183,170,125)
#C3B891
(195,184,145)
#CFC6A5
(207,198,165)
#DBD4B9
(219,212,185)
#E7E2CD
(231,226,205)
#F3F0E1
(243,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6419 color. Also use rgb(123,100,25) instead hex code.

Text Font Color

.myTextColor { color: #7B6419; }

<p style="color:#7B6419">This sample text font color is #7B6419.</p>

This text font color is #7B6419.

Background Color

.myBgColor { background-color: #7B6419; }

<div style="background-color:#7B6419">Inner text</div>

This div background color is #7B6419.

Border color

.myBorderColor { border: 1px solid #7B6419; }

<div style="border:3px solid #7B6419">Div</div>

This div border color is #7B6419.

Opacity

.myOpacity80 { color: #7B6419; opacity: 0.8; }

<p style="color:#7B6419;opacity:0.8;">80%</p>

Text with #7B6419 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7B6419;}

<p style="text-shadow: 3px 3px 1px #7B6419">Text here.</p>

This text has shadow with #7B6419 color.


.textShadow {text-shadow: 3px 3px 1px #7B6419', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7B6419, 5px 5px 20px red">Text here.</p>

This text has shadow with #7B6419 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7B6419, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7B6419, Direction=45, Strength=4)">Text</p>

This text has shadow with #7B6419 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7B6419;
-webkit-box-shadow: 1px 1px 3px 2px #7B6419;
box-shadow: 1px 1px 3px 2px #7B6419;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7B6419; -webkit-box-shadow: 1px 1px 3px 2px #7B6419; box-shadow:1px 1px 3px 2px #7B6419;">
Div content here
</div>

This div box has shadow with color #7B6419.

Preview

Color preview on black background

This text has color #7B6419 on black background.


Color preview on white background

This text has color #7B6419 on white background.


Black color preview on #7B6419 background

This text has black color on #7B6419 background.


White color preview on #7B6419 background

This text has white color on #7B6419 background.


Related colors

Complementary color

Complementary color for #hex is #849BE6.


I love getcolorcode.com

Triadic colors

1 #197B64 and #64197B with #7B6419 are triadic colors.

2 #19647B and #647B19 with #7B6419 are triadic colors.