COLOR #76596B

HEX: #76596B
RGB: (118,89,107)

Color info

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

RGB color model

#76596B color RGB value is (118,89,107).

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

RGB channels and saturation

R 118 of 255 = 46%
G 89 of 255 = 35%
B 107 of 255 = 42%

118
89
107

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

Portions of RGB colors in percentages

R + G + B =
118 + 89 + 107 = 314 (100%)
R 118 of 314 ~ 37.58%
G 89 of 314 ~ 28.34%
B 107 of 314 ~ 34.08%

%37.58
%28.34
%34.08

CMYK color model

#76596B color CMYK value is (0,25,9,54).

  • cyan value is 0.00%
  • magenta value is 24.58%
  • yellow value is 9.32%
  • key color value is 53.73%
CMYK:
(0,25,9,54)
C0M25Y9K54 
(0%,25%,9%,54%)
(0.00/0.25/0.09/0.54)	

CMYK percentages

%0
%24.58
%9.32
%53.73

Codes

Color #76596B in popluar color models

76596B
RGB11889107
HSL323°14.01%40.59%
HSB/HSV323°24.58%46.27%
CMYK0.00%24.58%9.32%
53.73%

Color #76596B in popluar number systems.

HEX76596B
Decimal11889107
Binary111011010110011101011
Octal166131153

Shades and tints

Shades of #76596B

#76596B
(118,89,107)
#6C5162
(108,81,98)
#624959
(98,73,89)
#584150
(88,65,80)
#4E3947
(78,57,71)
#44313E
(68,49,62)
#3A2935
(58,41,53)
#30212C
(48,33,44)
#261923
(38,25,35)
#1C111A
(28,17,26)
#120911
(18,9,17)
#000000
(0,0,0)

Tints of #76596B

#76596B
(118,89,107)
#826878
(130,104,120)
#8E7785
(142,119,133)
#9A8692
(154,134,146)
#A6959F
(166,149,159)
#B2A4AC
(178,164,172)
#BEB3B9
(190,179,185)
#CAC2C6
(202,194,198)
#D6D1D3
(214,209,211)
#E2E0E0
(226,224,224)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76596B; }

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

This text font color is #76596B.


Background Color

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

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

This div background color is #76596B.


Border color

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

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

This div border color is #76596B.


Opacity

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

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

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

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

This text has shadow with #76596B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76596B on black background.


Color preview on white background

This text has color #76596B on white background.



Black color preview on #76596B background

This text has black color on #76596B background.


White color preview on #76596B background

This text has white color on #76596B background.