COLOR #76566B

HEX: #76566B
RGB: (118,86,107)

Color info

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

RGB color model

#76566B color RGB value is (118,86,107).

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

RGB channels and saturation

R 118 of 255 = 46%
G 86 of 255 = 34%
B 107 of 255 = 42%

118
86
107

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

Portions of RGB colors in percentages

R + G + B =
118 + 86 + 107 = 311 (100%)
R 118 of 311 ~ 37.94%
G 86 of 311 ~ 27.65%
B 107 of 311 ~ 34.41%

%37.94
%27.65
%34.41

CMYK color model

#76566B color CMYK value is (0,27,9,54).

  • cyan value is 0.00%
  • magenta value is 27.12%
  • yellow value is 9.32%
  • key color value is 53.73%
CMYK:
(0,27,9,54)
C0M27Y9K54 
(0%,27%,9%,54%)
(0.00/0.27/0.09/0.54)	

CMYK percentages

%0
%27.12
%9.32
%53.73

Codes

Color #76566B in popluar color models

76566B
RGB11886107
HSL321°15.69%40.00%
HSB/HSV321°27.12%46.27%
CMYK0.00%27.12%9.32%
53.73%

Color #76566B in popluar number systems.

HEX76566B
Decimal11886107
Binary111011010101101101011
Octal166126153

Shades and tints

Shades of #76566B

#76566B
(118,86,107)
#6C4F62
(108,79,98)
#624859
(98,72,89)
#584150
(88,65,80)
#4E3A47
(78,58,71)
#44333E
(68,51,62)
#3A2C35
(58,44,53)
#30252C
(48,37,44)
#261E23
(38,30,35)
#1C171A
(28,23,26)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #76566B

#76566B
(118,86,107)
#826578
(130,101,120)
#8E7485
(142,116,133)
#9A8392
(154,131,146)
#A6929F
(166,146,159)
#B2A1AC
(178,161,172)
#BEB0B9
(190,176,185)
#CABFC6
(202,191,198)
#D6CED3
(214,206,211)
#E2DDE0
(226,221,224)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76566B; }

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

This text font color is #76566B.


Background Color

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

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

This div background color is #76566B.


Border color

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

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

This div border color is #76566B.


Opacity

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

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

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

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

This text has shadow with #76566B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76566B on black background.


Color preview on white background

This text has color #76566B on white background.



Black color preview on #76566B background

This text has black color on #76566B background.


White color preview on #76566B background

This text has white color on #76566B background.