COLOR #77470D

HEX: #77470D
RGB: (119,71,13)

Color info

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

RGB color model

#77470D color RGB value is (119,71,13).

  • red value is 119;
  • green value is 71;
  • blue value is 13.
RGB:
(119,71,13)
(47%,28%,5%)

RGB channels and saturation

R 119 of 255 = 47%
G 71 of 255 = 28%
B 13 of 255 = 5%

119
71
13

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

Portions of RGB colors in percentages

R + G + B =
119 + 71 + 13 = 203 (100%)
R 119 of 203 ~ 58.62%
G 71 of 203 ~ 34.98%
B 13 of 203 ~ 6.4%

%58.62
%34.98

CMYK color model

#77470D color CMYK value is (0,40,89,53).

  • cyan value is 0.00%
  • magenta value is 40.34%
  • yellow value is 89.08%
  • key color value is 53.33%
CMYK:
(0,40,89,53)
C0M40Y89K53 
(0%,40%,89%,53%)
(0.00/0.40/0.89/0.53)	

CMYK percentages

%0
%40.34
%89.08
%53.33

Codes

Color #77470D in popluar color models

77470D
RGB1197113
HSL33°80.30%25.88%
HSB/HSV33°89.08%46.67%
CMYK0.00%40.34%89.08%
53.33%

Color #77470D in popluar number systems.

HEX77470D
Decimal1197113
Binary111011110001111101
Octal16710715

Shades and tints

Shades of #77470D

#77470D
(119,71,13)
#6D410C
(109,65,12)
#633B0B
(99,59,11)
#59350A
(89,53,10)
#4F2F09
(79,47,9)
#452908
(69,41,8)
#3B2307
(59,35,7)
#311D06
(49,29,6)
#271705
(39,23,5)
#1D1104
(29,17,4)
#130B03
(19,11,3)
#000000
(0,0,0)

Tints of #77470D

#77470D
(119,71,13)
#835723
(131,87,35)
#8F6739
(143,103,57)
#9B774F
(155,119,79)
#A78765
(167,135,101)
#B3977B
(179,151,123)
#BFA791
(191,167,145)
#CBB7A7
(203,183,167)
#D7C7BD
(215,199,189)
#E3D7D3
(227,215,211)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77470D color. Also use rgb(119,71,13) instead hex code.

Text Font Color

.myTextColor { color: #77470D; }

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

This text font color is #77470D.


Background Color

.myBgColor { background-color: #77470D; }

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

This div background color is #77470D.


Border color

.myBorderColor { border: 1px solid #77470D; }

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

This div border color is #77470D.


Opacity

.myOpacity80 { color: #77470D; opacity: 0.8; }

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

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

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

This text has shadow with #77470D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77470D on black background.


Color preview on white background

This text has color #77470D on white background.



Black color preview on #77470D background

This text has black color on #77470D background.


White color preview on #77470D background

This text has white color on #77470D background.