COLOR #76556D

HEX: #76556D
RGB: (118,85,109)

Color info

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

RGB color model

#76556D color RGB value is (118,85,109).

  • red value is 118;
  • green value is 85;
  • blue value is 109.
RGB:
(118,85,109)
(46%,33%,43%)

RGB channels and saturation

R 118 of 255 = 46%
G 85 of 255 = 33%
B 109 of 255 = 43%

118
85
109

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

Portions of RGB colors in percentages

R + G + B =
118 + 85 + 109 = 312 (100%)
R 118 of 312 ~ 37.82%
G 85 of 312 ~ 27.24%
B 109 of 312 ~ 34.94%

%37.82
%27.24
%34.94

CMYK color model

#76556D color CMYK value is (0,28,8,54).

  • cyan value is 0.00%
  • magenta value is 27.97%
  • yellow value is 7.63%
  • key color value is 53.73%
CMYK:
(0,28,8,54)
C0M28Y8K54 
(0%,28%,8%,54%)
(0.00/0.28/0.08/0.54)	

CMYK percentages

%0
%27.97
%7.63
%53.73

Codes

Color #76556D in popluar color models

76556D
RGB11885109
HSL316°16.26%39.80%
HSB/HSV316°27.97%46.27%
CMYK0.00%27.97%7.63%
53.73%

Color #76556D in popluar number systems.

HEX76556D
Decimal11885109
Binary111011010101011101101
Octal166125155

Shades and tints

Shades of #76556D

#76556D
(118,85,109)
#6C4E64
(108,78,100)
#62475B
(98,71,91)
#584052
(88,64,82)
#4E3949
(78,57,73)
#443240
(68,50,64)
#3A2B37
(58,43,55)
#30242E
(48,36,46)
#261D25
(38,29,37)
#1C161C
(28,22,28)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #76556D

#76556D
(118,85,109)
#82647A
(130,100,122)
#8E7387
(142,115,135)
#9A8294
(154,130,148)
#A691A1
(166,145,161)
#B2A0AE
(178,160,174)
#BEAFBB
(190,175,187)
#CABEC8
(202,190,200)
#D6CDD5
(214,205,213)
#E2DCE2
(226,220,226)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76556D color. Also use rgb(118,85,109) instead hex code.

Text Font Color

.myTextColor { color: #76556D; }

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

This text font color is #76556D.


Background Color

.myBgColor { background-color: #76556D; }

<div style="background-color:#76556D">Inner text</div>

This div background color is #76556D.


Border color

.myBorderColor { border: 1px solid #76556D; }

<div style="border:3px solid #76556D">Div</div>

This div border color is #76556D.


Opacity

.myOpacity80 { color: #76556D; opacity: 0.8; }

<p style="color:#76556D;opacity:0.8;">80%</p>

Text with #76556D 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 #76556D;}

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

This text has shadow with #76556D color.

.textShadow {text-shadow: 3px 3px 1px #76556D, 3px 3px 1px red;}

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

This text has shadow with #76556D primary color and red secondary color.


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

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

This text has shadow with #76556D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76556D on black background.


Color preview on white background

This text has color #76556D on white background.



Black color preview on #76556D background

This text has black color on #76556D background.


White color preview on #76556D background

This text has white color on #76556D background.