COLOR #76566F

HEX: #76566F
RGB: (118,86,111)

Color info

#76566F contains red, green and blue colors in about the same proportion. Web safe color of #76566F is #666666 (or #666).

RGB color model

#76566F color RGB value is (118,86,111).

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

RGB channels and saturation

R 118 of 255 = 46%
G 86 of 255 = 34%
B 111 of 255 = 44%

118
86
111

R + G + B ~ 41%. #76566F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 86 + 111 = 315 (100%)
R 118 of 315 ~ 37.46%
G 86 of 315 ~ 27.3%
B 111 of 315 ~ 35.24%

%37.46
%27.3
%35.24

CMYK color model

#76566F color CMYK value is (0,27,6,54).

  • cyan value is 0.00%
  • magenta value is 27.12%
  • yellow value is 5.93%
  • key color value is 53.73%
CMYK:
(0,27,6,54)
C0M27Y6K54 
(0%,27%,6%,54%)
(0.00/0.27/0.06/0.54)	

CMYK percentages

%0
%27.12
%5.93
%53.73

Codes

Color #76566F in popluar color models

76566F
RGB11886111
HSL313°15.69%40.00%
HSB/HSV313°27.12%46.27%
CMYK0.00%27.12%5.93%
53.73%

Color #76566F in popluar number systems.

HEX76566F
Decimal11886111
Binary111011010101101101111
Octal166126157

Shades and tints

Shades of #76566F

#76566F
(118,86,111)
#6C4F65
(108,79,101)
#62485B
(98,72,91)
#584151
(88,65,81)
#4E3A47
(78,58,71)
#44333D
(68,51,61)
#3A2C33
(58,44,51)
#302529
(48,37,41)
#261E1F
(38,30,31)
#1C1715
(28,23,21)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #76566F

#76566F
(118,86,111)
#82657C
(130,101,124)
#8E7489
(142,116,137)
#9A8396
(154,131,150)
#A692A3
(166,146,163)
#B2A1B0
(178,161,176)
#BEB0BD
(190,176,189)
#CABFCA
(202,191,202)
#D6CED7
(214,206,215)
#E2DDE4
(226,221,228)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76566F color. Also use rgb(118,86,111) instead hex code.

Text Font Color

.myTextColor { color: #76566F; }

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

This text font color is #76566F.


Background Color

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

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

This div background color is #76566F.


Border color

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

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

This div border color is #76566F.


Opacity

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

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

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

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

This text has shadow with #76566F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76566F on black background.


Color preview on white background

This text has color #76566F on white background.



Black color preview on #76566F background

This text has black color on #76566F background.


White color preview on #76566F background

This text has white color on #76566F background.