COLOR #776B19

HEX: #776B19
RGB: (119,107,25)

Color info

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

RGB color model

#776B19 color RGB value is (119,107,25).

  • red value is 119;
  • green value is 107;
  • blue value is 25.
RGB:
(119,107,25)
(47%,42%,10%)

RGB channels and saturation

R 119 of 255 = 47%
G 107 of 255 = 42%
B 25 of 255 = 10%

119
107
25

R + G + B ~ 33%. #776B19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 107 + 25 = 251 (100%)
R 119 of 251 ~ 47.41%
G 107 of 251 ~ 42.63%
B 25 of 251 ~ 9.96%

%47.41
%42.63
%9.96

CMYK color model

#776B19 color CMYK value is (0,10,79,53).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 78.99%
  • key color value is 53.33%
CMYK:
(0,10,79,53)
C0M10Y79K53 
(0%,10%,79%,53%)
(0.00/0.10/0.79/0.53)	

CMYK percentages

%0
%10.08
%78.99
%53.33

Codes

Color #776B19 in popluar color models

776B19
RGB11910725
HSL52°65.28%28.24%
HSB/HSV52°78.99%46.67%
CMYK0.00%10.08%78.99%
53.33%

Color #776B19 in popluar number systems.

HEX776B19
Decimal11910725
Binary1110111110101111001
Octal16715331

Shades and tints

Shades of #776B19

#776B19
(119,107,25)
#6D6217
(109,98,23)
#635915
(99,89,21)
#595013
(89,80,19)
#4F4711
(79,71,17)
#453E0F
(69,62,15)
#3B350D
(59,53,13)
#312C0B
(49,44,11)
#272309
(39,35,9)
#1D1A07
(29,26,7)
#131105
(19,17,5)
#000000
(0,0,0)

Tints of #776B19

#776B19
(119,107,25)
#83782D
(131,120,45)
#8F8541
(143,133,65)
#9B9255
(155,146,85)
#A79F69
(167,159,105)
#B3AC7D
(179,172,125)
#BFB991
(191,185,145)
#CBC6A5
(203,198,165)
#D7D3B9
(215,211,185)
#E3E0CD
(227,224,205)
#EFEDE1
(239,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776B19 color. Also use rgb(119,107,25) instead hex code.

Text Font Color

.myTextColor { color: #776B19; }

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

This text font color is #776B19.


Background Color

.myBgColor { background-color: #776B19; }

<div style="background-color:#776B19">Inner text</div>

This div background color is #776B19.


Border color

.myBorderColor { border: 1px solid #776B19; }

<div style="border:3px solid #776B19">Div</div>

This div border color is #776B19.


Opacity

.myOpacity80 { color: #776B19; opacity: 0.8; }

<p style="color:#776B19;opacity:0.8;">80%</p>

Text with #776B19 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 #776B19;}

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

This text has shadow with #776B19 color.

.textShadow {text-shadow: 3px 3px 1px #776B19, 3px 3px 1px red;}

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

This text has shadow with #776B19 primary color and red secondary color.


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

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

This text has shadow with #776B19 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #776B19;
-webkit-box-shadow: 1px 1px 3px 2px #776B19;
box-shadow:1px 1px 3px 2px #776B19;">
Div content here</div>
This div box has shadow with color #776B19.

Preview

Color preview on black background

This text has color #776B19 on black background.


Color preview on white background

This text has color #776B19 on white background.



Black color preview on #776B19 background

This text has black color on #776B19 background.


White color preview on #776B19 background

This text has white color on #776B19 background.