COLOR #95777E

HEX: #95777E
RGB: (149,119,126)

Color info

#95777E contains red, green and blue colors in about the same proportion. Web safe color of #95777E is #996666 (or #966).

RGB color model

#95777E color RGB value is (149,119,126).

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

RGB channels and saturation

R 149 of 255 = 58%
G 119 of 255 = 47%
B 126 of 255 = 49%

149
119
126

R + G + B ~ 51%. #95777E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 119 + 126 = 394 (100%)
R 149 of 394 ~ 37.82%
G 119 of 394 ~ 30.2%
B 126 of 394 ~ 31.98%

%37.82
%30.2
%31.98

CMYK color model

#95777E color CMYK value is (0,20,15,42).

  • cyan value is 0.00%
  • magenta value is 20.13%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK:
(0,20,15,42)
C0M20Y15K42 
(0%,20%,15%,42%)
(0.00/0.20/0.15/0.42)	

CMYK percentages

%0
%20.13
%15.44
%41.57

Codes

Color #95777E in popluar color models

95777E
RGB149119126
HSL346°12.40%52.55%
HSB/HSV346°20.13%58.43%
CMYK0.00%20.13%15.44%
41.57%

Color #95777E in popluar number systems.

HEX95777E
Decimal149119126
Binary1001010111101111111110
Octal225167176

Shades and tints

Shades of #95777E

#95777E
(149,119,126)
#886D73
(136,109,115)
#7B6368
(123,99,104)
#6E595D
(110,89,93)
#614F52
(97,79,82)
#544547
(84,69,71)
#473B3C
(71,59,60)
#3A3131
(58,49,49)
#2D2726
(45,39,38)
#201D1B
(32,29,27)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #95777E

#95777E
(149,119,126)
#9E8389
(158,131,137)
#A78F94
(167,143,148)
#B09B9F
(176,155,159)
#B9A7AA
(185,167,170)
#C2B3B5
(194,179,181)
#CBBFC0
(203,191,192)
#D4CBCB
(212,203,203)
#DDD7D6
(221,215,214)
#E6E3E1
(230,227,225)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95777E color. Also use rgb(149,119,126) instead hex code.

Text Font Color

.myTextColor { color: #95777E; }

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

This text font color is #95777E.


Background Color

.myBgColor { background-color: #95777E; }

<div style="background-color:#95777E">Inner text</div>

This div background color is #95777E.


Border color

.myBorderColor { border: 1px solid #95777E; }

<div style="border:3px solid #95777E">Div</div>

This div border color is #95777E.


Opacity

.myOpacity80 { color: #95777E; opacity: 0.8; }

<p style="color:#95777E;opacity:0.8;">80%</p>

Text with #95777E 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 #95777E;}

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

This text has shadow with #95777E color.

.textShadow {text-shadow: 3px 3px 1px #95777E, 3px 3px 1px red;}

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

This text has shadow with #95777E primary color and red secondary color.


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

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

This text has shadow with #95777E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95777E on black background.


Color preview on white background

This text has color #95777E on white background.



Black color preview on #95777E background

This text has black color on #95777E background.


White color preview on #95777E background

This text has white color on #95777E background.