COLOR #95779B

HEX: #95779B
RGB: (149,119,155)

Color info

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

RGB color model

#95779B color RGB value is (149,119,155).

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

RGB channels and saturation

R 149 of 255 = 58%
G 119 of 255 = 47%
B 155 of 255 = 61%

149
119
155

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

Portions of RGB colors in percentages

R + G + B =
149 + 119 + 155 = 423 (100%)
R 149 of 423 ~ 35.22%
G 119 of 423 ~ 28.13%
B 155 of 423 ~ 36.64%

%35.22
%28.13
%36.64

CMYK color model

#95779B color CMYK value is (4,23,0,39).

  • cyan value is 3.87%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(4,23,0,39)
C4M23Y0K39 
(4%,23%,0%,39%)
(0.04/0.23/0.00/0.39)	

CMYK percentages

%3.87
%23.23
%0
%39.22

Codes

Color #95779B in popluar color models

95779B
RGB149119155
HSL290°15.25%53.73%
HSB/HSV290°23.23%60.78%
CMYK3.87%23.23%0.00%
39.22%

Color #95779B in popluar number systems.

HEX95779B
Decimal149119155
Binary10010101111011110011011
Octal225167233

Shades and tints

Shades of #95779B

#95779B
(149,119,155)
#886D8D
(136,109,141)
#7B637F
(123,99,127)
#6E5971
(110,89,113)
#614F63
(97,79,99)
#544555
(84,69,85)
#473B47
(71,59,71)
#3A3139
(58,49,57)
#2D272B
(45,39,43)
#201D1D
(32,29,29)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #95779B

#95779B
(149,119,155)
#9E83A4
(158,131,164)
#A78FAD
(167,143,173)
#B09BB6
(176,155,182)
#B9A7BF
(185,167,191)
#C2B3C8
(194,179,200)
#CBBFD1
(203,191,209)
#D4CBDA
(212,203,218)
#DDD7E3
(221,215,227)
#E6E3EC
(230,227,236)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95779B; }

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

This text font color is #95779B.


Background Color

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

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

This div background color is #95779B.


Border color

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

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

This div border color is #95779B.


Opacity

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

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

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

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

This text has shadow with #95779B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95779B on black background.


Color preview on white background

This text has color #95779B on white background.



Black color preview on #95779B background

This text has black color on #95779B background.


White color preview on #95779B background

This text has white color on #95779B background.