COLOR #95778B

HEX: #95778B
RGB: (149,119,139)

Color info

#95778B contains red, green and blue colors in about the same proportion. Web safe color of #95778B is #996699 (or #969).

RGB color model

#95778B color RGB value is (149,119,139).

  • red value is 149;
  • green value is 119;
  • blue value is 139.
RGB:
(149,119,139)
(58%,47%,55%)

RGB channels and saturation

R 149 of 255 = 58%
G 119 of 255 = 47%
B 139 of 255 = 55%

149
119
139

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

Portions of RGB colors in percentages

R + G + B =
149 + 119 + 139 = 407 (100%)
R 149 of 407 ~ 36.61%
G 119 of 407 ~ 29.24%
B 139 of 407 ~ 34.15%

%36.61
%29.24
%34.15

CMYK color model

#95778B color CMYK value is (0,20,7,42).

  • cyan value is 0.00%
  • magenta value is 20.13%
  • yellow value is 6.71%
  • key color value is 41.57%
CMYK:
(0,20,7,42)
C0M20Y7K42 
(0%,20%,7%,42%)
(0.00/0.20/0.07/0.42)	

CMYK percentages

%0
%20.13
%6.71
%41.57

Codes

Color #95778B in popluar color models

95778B
RGB149119139
HSL320°12.40%52.55%
HSB/HSV320°20.13%58.43%
CMYK0.00%20.13%6.71%
41.57%

Color #95778B in popluar number systems.

HEX95778B
Decimal149119139
Binary10010101111011110001011
Octal225167213

Shades and tints

Shades of #95778B

#95778B
(149,119,139)
#886D7F
(136,109,127)
#7B6373
(123,99,115)
#6E5967
(110,89,103)
#614F5B
(97,79,91)
#54454F
(84,69,79)
#473B43
(71,59,67)
#3A3137
(58,49,55)
#2D272B
(45,39,43)
#201D1F
(32,29,31)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #95778B

#95778B
(149,119,139)
#9E8395
(158,131,149)
#A78F9F
(167,143,159)
#B09BA9
(176,155,169)
#B9A7B3
(185,167,179)
#C2B3BD
(194,179,189)
#CBBFC7
(203,191,199)
#D4CBD1
(212,203,209)
#DDD7DB
(221,215,219)
#E6E3E5
(230,227,229)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95778B color. Also use rgb(149,119,139) instead hex code.

Text Font Color

.myTextColor { color: #95778B; }

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

This text font color is #95778B.


Background Color

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

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

This div background color is #95778B.


Border color

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

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

This div border color is #95778B.


Opacity

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

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

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

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

This text has shadow with #95778B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95778B on black background.


Color preview on white background

This text has color #95778B on white background.



Black color preview on #95778B background

This text has black color on #95778B background.


White color preview on #95778B background

This text has white color on #95778B background.