COLOR #76573E

HEX: #76573E
RGB: (118,87,62)

Color info

#76573E contains red, green and blue colors in about the same proportion. Web safe color of #76573E is #666633 (or #663).

RGB color model

#76573E color RGB value is (118,87,62).

  • red value is 118;
  • green value is 87;
  • blue value is 62.
RGB:
(118,87,62)
(46%,34%,24%)

RGB channels and saturation

R 118 of 255 = 46%
G 87 of 255 = 34%
B 62 of 255 = 24%

118
87
62

R + G + B ~ 35%. #76573E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 87 + 62 = 267 (100%)
R 118 of 267 ~ 44.19%
G 87 of 267 ~ 32.58%
B 62 of 267 ~ 23.22%

%44.19
%32.58
%23.22

CMYK color model

#76573E color CMYK value is (0,26,47,54).

  • cyan value is 0.00%
  • magenta value is 26.27%
  • yellow value is 47.46%
  • key color value is 53.73%
CMYK:
(0,26,47,54)
C0M26Y47K54 
(0%,26%,47%,54%)
(0.00/0.26/0.47/0.54)	

CMYK percentages

%0
%26.27
%47.46
%53.73

Codes

Color #76573E in popluar color models

76573E
RGB1188762
HSL27°31.11%35.29%
HSB/HSV27°47.46%46.27%
CMYK0.00%26.27%47.46%
53.73%

Color #76573E in popluar number systems.

HEX76573E
Decimal1188762
Binary11101101010111111110
Octal16612776

Shades and tints

Shades of #76573E

#76573E
(118,87,62)
#6C5039
(108,80,57)
#624934
(98,73,52)
#58422F
(88,66,47)
#4E3B2A
(78,59,42)
#443425
(68,52,37)
#3A2D20
(58,45,32)
#30261B
(48,38,27)
#261F16
(38,31,22)
#1C1811
(28,24,17)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #76573E

#76573E
(118,87,62)
#82664F
(130,102,79)
#8E7560
(142,117,96)
#9A8471
(154,132,113)
#A69382
(166,147,130)
#B2A293
(178,162,147)
#BEB1A4
(190,177,164)
#CAC0B5
(202,192,181)
#D6CFC6
(214,207,198)
#E2DED7
(226,222,215)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76573E color. Also use rgb(118,87,62) instead hex code.

Text Font Color

.myTextColor { color: #76573E; }

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

This text font color is #76573E.


Background Color

.myBgColor { background-color: #76573E; }

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

This div background color is #76573E.


Border color

.myBorderColor { border: 1px solid #76573E; }

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

This div border color is #76573E.


Opacity

.myOpacity80 { color: #76573E; opacity: 0.8; }

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

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

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

This text has shadow with #76573E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76573E on black background.


Color preview on white background

This text has color #76573E on white background.



Black color preview on #76573E background

This text has black color on #76573E background.


White color preview on #76573E background

This text has white color on #76573E background.