COLOR #76564A

HEX: #76564A
RGB: (118,86,74)

Color info

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

RGB color model

#76564A color RGB value is (118,86,74).

  • red value is 118;
  • green value is 86;
  • blue value is 74.
RGB:
(118,86,74)
(46%,34%,29%)

RGB channels and saturation

R 118 of 255 = 46%
G 86 of 255 = 34%
B 74 of 255 = 29%

118
86
74

R + G + B ~ 36%. #76564A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 86 + 74 = 278 (100%)
R 118 of 278 ~ 42.45%
G 86 of 278 ~ 30.94%
B 74 of 278 ~ 26.62%

%42.45
%30.94
%26.62

CMYK color model

#76564A color CMYK value is (0,27,37,54).

  • cyan value is 0.00%
  • magenta value is 27.12%
  • yellow value is 37.29%
  • key color value is 53.73%
CMYK:
(0,27,37,54)
C0M27Y37K54 
(0%,27%,37%,54%)
(0.00/0.27/0.37/0.54)	

CMYK percentages

%0
%27.12
%37.29
%53.73

Codes

Color #76564A in popluar color models

76564A
RGB1188674
HSL16°22.92%37.65%
HSB/HSV16°37.29%46.27%
CMYK0.00%27.12%37.29%
53.73%

Color #76564A in popluar number systems.

HEX76564A
Decimal1188674
Binary111011010101101001010
Octal166126112

Shades and tints

Shades of #76564A

#76564A
(118,86,74)
#6C4F44
(108,79,68)
#62483E
(98,72,62)
#584138
(88,65,56)
#4E3A32
(78,58,50)
#44332C
(68,51,44)
#3A2C26
(58,44,38)
#302520
(48,37,32)
#261E1A
(38,30,26)
#1C1714
(28,23,20)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #76564A

#76564A
(118,86,74)
#82655A
(130,101,90)
#8E746A
(142,116,106)
#9A837A
(154,131,122)
#A6928A
(166,146,138)
#B2A19A
(178,161,154)
#BEB0AA
(190,176,170)
#CABFBA
(202,191,186)
#D6CECA
(214,206,202)
#E2DDDA
(226,221,218)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76564A color. Also use rgb(118,86,74) instead hex code.

Text Font Color

.myTextColor { color: #76564A; }

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

This text font color is #76564A.


Background Color

.myBgColor { background-color: #76564A; }

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

This div background color is #76564A.


Border color

.myBorderColor { border: 1px solid #76564A; }

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

This div border color is #76564A.


Opacity

.myOpacity80 { color: #76564A; opacity: 0.8; }

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

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

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

This text has shadow with #76564A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76564A on black background.


Color preview on white background

This text has color #76564A on white background.



Black color preview on #76564A background

This text has black color on #76564A background.


White color preview on #76564A background

This text has white color on #76564A background.