COLOR #774216

HEX: #774216
RGB: (119,66,22)

Color info

#774216 contains mainly red and green colors. Web safe color of #774216 is #663300 (or #630).

RGB color model

#774216 color RGB value is (119,66,22).

  • red value is 119;
  • green value is 66;
  • blue value is 22.
RGB:
(119,66,22)
(47%,26%,9%)

RGB channels and saturation

R 119 of 255 = 47%
G 66 of 255 = 26%
B 22 of 255 = 9%

119
66
22

R + G + B ~ 27%. #774216 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 66 + 22 = 207 (100%)
R 119 of 207 ~ 57.49%
G 66 of 207 ~ 31.88%
B 22 of 207 ~ 10.63%

%57.49
%31.88
%10.63

CMYK color model

#774216 color CMYK value is (0,45,82,53).

  • cyan value is 0.00%
  • magenta value is 44.54%
  • yellow value is 81.51%
  • key color value is 53.33%
CMYK:
(0,45,82,53)
C0M45Y82K53 
(0%,45%,82%,53%)
(0.00/0.45/0.82/0.53)	

CMYK percentages

%0
%44.54
%81.51
%53.33

Codes

Color #774216 in popluar color models

774216
RGB1196622
HSL27°68.79%27.65%
HSB/HSV27°81.51%46.67%
CMYK0.00%44.54%81.51%
53.33%

Color #774216 in popluar number systems.

HEX774216
Decimal1196622
Binary1110111100001010110
Octal16710226

Shades and tints

Shades of #774216

#774216
(119,66,22)
#6D3C14
(109,60,20)
#633612
(99,54,18)
#593010
(89,48,16)
#4F2A0E
(79,42,14)
#45240C
(69,36,12)
#3B1E0A
(59,30,10)
#311808
(49,24,8)
#271206
(39,18,6)
#1D0C04
(29,12,4)
#130602
(19,6,2)
#000000
(0,0,0)

Tints of #774216

#774216
(119,66,22)
#83532B
(131,83,43)
#8F6440
(143,100,64)
#9B7555
(155,117,85)
#A7866A
(167,134,106)
#B3977F
(179,151,127)
#BFA894
(191,168,148)
#CBB9A9
(203,185,169)
#D7CABE
(215,202,190)
#E3DBD3
(227,219,211)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774216 color. Also use rgb(119,66,22) instead hex code.

Text Font Color

.myTextColor { color: #774216; }

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

This text font color is #774216.


Background Color

.myBgColor { background-color: #774216; }

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

This div background color is #774216.


Border color

.myBorderColor { border: 1px solid #774216; }

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

This div border color is #774216.


Opacity

.myOpacity80 { color: #774216; opacity: 0.8; }

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

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

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

This text has shadow with #774216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774216 on black background.


Color preview on white background

This text has color #774216 on white background.



Black color preview on #774216 background

This text has black color on #774216 background.


White color preview on #774216 background

This text has white color on #774216 background.