COLOR #77231F

HEX: #77231F RGB: (119,35,31)

Color info

#77231F contains mainly red color. Web safe color of #77231F is #663333 (or #633).

RGB color model

#77231F color RGB value is (119,35,31).

RGB: (119,35,31) (47%, 14%, 12%)

RGB channels and saturation

R 119 of 255 = 47%
G 35 of 255 = 14%
B 31 of 255 = 12%

119
35
31

R + G + B ~ 24%. #77231F is dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 35 + 31 = 185 (100%)
R 119 of 185 ~ 64.32%
G 35 of 185 ~ 18.92%
B 31 of 185 ~ 16.76'%

%64.32
%18.92
%16.76

CMYK color model

#77231F color CMYK value is (0,71,74,53).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 73.95%
  • key color value is 53.33%

CMYK: (0,71,74,53)
C0M71Y74K53 (0%, 71%, 74%, 53%)
(0.00 / 0.71 / 0.74 / 0.53)

CMYK percentages

%0
%70.59
%73.95
%53.33

Codes

Color #77231F in popluar color models

77 23 1F
RGB 119 35 31
HSL 58.67% 29.41%
HSB/HSV 73.95% 46.67%
CMYK 0.00% 70.59% 73.95%
53.33%

Color #77231F in popluar number systems.

HEX 77 23 1F
Decimal 119 35 31
Binary 1110111 100011 11111
Octal 167 43 37

Shades and tints

Shades of #77231F

#77231F
(119,35,31)
#6D201D
(109,32,29)
#631D1B
(99,29,27)
#591A19
(89,26,25)
#4F1717
(79,23,23)
#451415
(69,20,21)
#3B1113
(59,17,19)
#310E11
(49,14,17)
#270B0F
(39,11,15)
#1D080D
(29,8,13)
#13050B
(19,5,11)
#000000
(0,0,0)

Tints of #77231F

#77231F
(119,35,31)
#833733
(131,55,51)
#8F4B47
(143,75,71)
#9B5F5B
(155,95,91)
#A7736F
(167,115,111)
#B38783
(179,135,131)
#BF9B97
(191,155,151)
#CBAFAB
(203,175,171)
#D7C3BF
(215,195,191)
#E3D7D3
(227,215,211)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77231F color. Also use rgb(119,35,31) instead hex code.

Text Font Color

.myTextColor { color: #77231F; }

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

This text font color is #77231F.

Background Color

.myBgColor { background-color: #77231F; }

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

This div background color is #77231F.

Border color

.myBorderColor { border: 1px solid #77231F; }

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

This div border color is #77231F.

Opacity

.myOpacity80 { color: #77231F; opacity: 0.8; }

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

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

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

This text has shadow with #77231F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77231F.

Preview

Color preview on black background

This text has color #77231F on black background.


Color preview on white background

This text has color #77231F on white background.


Black color preview on #77231F background

This text has black color on #77231F background.


White color preview on #77231F background

This text has white color on #77231F background.


Related colors

Complementary color

Complementary color for #hex is #88DCE0.


I love getcolorcode.com

Triadic colors

1 #1F7723 and #231F77 with #77231F are triadic colors.

2 #1F2377 and #23771F with #77231F are triadic colors.