COLOR #77671C

HEX: #77671C
RGB: (119,103,28)

Color info

#77671C contains mainly red and green colors. Web safe color of #77671C is #666633 (or #663).

RGB color model

#77671C color RGB value is (119,103,28).

  • red value is 119;
  • green value is 103;
  • blue value is 28.
RGB:
(119,103,28)
(47%,40%,11%)

RGB channels and saturation

R 119 of 255 = 47%
G 103 of 255 = 40%
B 28 of 255 = 11%

119
103
28

R + G + B ~ 33%. #77671C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 103 + 28 = 250 (100%)
R 119 of 250 ~ 47.6%
G 103 of 250 ~ 41.2%
B 28 of 250 ~ 11.2%

%47.6
%41.2
%11.2

CMYK color model

#77671C color CMYK value is (0,13,76,53).

  • cyan value is 0.00%
  • magenta value is 13.45%
  • yellow value is 76.47%
  • key color value is 53.33%
CMYK:
(0,13,76,53)
C0M13Y76K53 
(0%,13%,76%,53%)
(0.00/0.13/0.76/0.53)	

CMYK percentages

%0
%13.45
%76.47
%53.33

Codes

Color #77671C in popluar color models

77671C
RGB11910328
HSL49°61.90%28.82%
HSB/HSV49°76.47%46.67%
CMYK0.00%13.45%76.47%
53.33%

Color #77671C in popluar number systems.

HEX77671C
Decimal11910328
Binary1110111110011111100
Octal16714734

Shades and tints

Shades of #77671C

#77671C
(119,103,28)
#6D5E1A
(109,94,26)
#635518
(99,85,24)
#594C16
(89,76,22)
#4F4314
(79,67,20)
#453A12
(69,58,18)
#3B3110
(59,49,16)
#31280E
(49,40,14)
#271F0C
(39,31,12)
#1D160A
(29,22,10)
#130D08
(19,13,8)
#000000
(0,0,0)

Tints of #77671C

#77671C
(119,103,28)
#837430
(131,116,48)
#8F8144
(143,129,68)
#9B8E58
(155,142,88)
#A79B6C
(167,155,108)
#B3A880
(179,168,128)
#BFB594
(191,181,148)
#CBC2A8
(203,194,168)
#D7CFBC
(215,207,188)
#E3DCD0
(227,220,208)
#EFE9E4
(239,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77671C color. Also use rgb(119,103,28) instead hex code.

Text Font Color

.myTextColor { color: #77671C; }

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

This text font color is #77671C.


Background Color

.myBgColor { background-color: #77671C; }

<div style="background-color:#77671C">Inner text</div>

This div background color is #77671C.


Border color

.myBorderColor { border: 1px solid #77671C; }

<div style="border:3px solid #77671C">Div</div>

This div border color is #77671C.


Opacity

.myOpacity80 { color: #77671C; opacity: 0.8; }

<p style="color:#77671C;opacity:0.8;">80%</p>

Text with #77671C 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 #77671C;}

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

This text has shadow with #77671C color.

.textShadow {text-shadow: 3px 3px 1px #77671C, 3px 3px 1px red;}

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

This text has shadow with #77671C primary color and red secondary color.


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

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

This text has shadow with #77671C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77671C on black background.


Color preview on white background

This text has color #77671C on white background.



Black color preview on #77671C background

This text has black color on #77671C background.


White color preview on #77671C background

This text has white color on #77671C background.