COLOR #77531C

HEX: #77531C
RGB: (119,83,28)

Color info

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

RGB color model

#77531C color RGB value is (119,83,28).

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

RGB channels and saturation

R 119 of 255 = 47%
G 83 of 255 = 33%
B 28 of 255 = 11%

119
83
28

R + G + B ~ 30%. #77531C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 83 + 28 = 230 (100%)
R 119 of 230 ~ 51.74%
G 83 of 230 ~ 36.09%
B 28 of 230 ~ 12.17%

%51.74
%36.09
%12.17

CMYK color model

#77531C color CMYK value is (0,30,76,53).

  • cyan value is 0.00%
  • magenta value is 30.25%
  • yellow value is 76.47%
  • key color value is 53.33%
CMYK:
(0,30,76,53)
C0M30Y76K53 
(0%,30%,76%,53%)
(0.00/0.30/0.76/0.53)	

CMYK percentages

%0
%30.25
%76.47
%53.33

Codes

Color #77531C in popluar color models

77531C
RGB1198328
HSL36°61.90%28.82%
HSB/HSV36°76.47%46.67%
CMYK0.00%30.25%76.47%
53.33%

Color #77531C in popluar number systems.

HEX77531C
Decimal1198328
Binary1110111101001111100
Octal16712334

Shades and tints

Shades of #77531C

#77531C
(119,83,28)
#6D4C1A
(109,76,26)
#634518
(99,69,24)
#593E16
(89,62,22)
#4F3714
(79,55,20)
#453012
(69,48,18)
#3B2910
(59,41,16)
#31220E
(49,34,14)
#271B0C
(39,27,12)
#1D140A
(29,20,10)
#130D08
(19,13,8)
#000000
(0,0,0)

Tints of #77531C

#77531C
(119,83,28)
#836230
(131,98,48)
#8F7144
(143,113,68)
#9B8058
(155,128,88)
#A78F6C
(167,143,108)
#B39E80
(179,158,128)
#BFAD94
(191,173,148)
#CBBCA8
(203,188,168)
#D7CBBC
(215,203,188)
#E3DAD0
(227,218,208)
#EFE9E4
(239,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77531C; }

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

This text font color is #77531C.


Background Color

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

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

This div background color is #77531C.


Border color

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

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

This div border color is #77531C.


Opacity

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

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

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

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

This text has shadow with #77531C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77531C on black background.


Color preview on white background

This text has color #77531C on white background.



Black color preview on #77531C background

This text has black color on #77531C background.


White color preview on #77531C background

This text has white color on #77531C background.