COLOR #95776C

HEX: #95776C RGB: (149,119,108)

Color info

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

RGB color model

#95776C color RGB value is (149,119,108).

RGB: (149,119,108) (58%, 47%, 42%)

RGB channels and saturation

R 149 of 255 = 58%
G 119 of 255 = 47%
B 108 of 255 = 42%

149
119
108

R + G + B ~ 49%. #95776C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 119 + 108 = 376 (100%)
R 149 of 376 ~ 39.63%
G 119 of 376 ~ 31.65%
B 108 of 376 ~ 28.72'%

%39.63
%31.65
%28.72

CMYK color model

#95776C color CMYK value is (0,20,28,42).

  • cyan value is 0.00%
  • magenta value is 20.13%
  • yellow value is 27.52%
  • key color value is 41.57%

CMYK: (0,20,28,42)
C0M20Y28K42 (0%, 20%, 28%, 42%)
(0.00 / 0.20 / 0.28 / 0.42)

CMYK percentages

%0
%20.13
%27.52
%41.57

Codes

Color #95776C in popluar color models

95 77 6C
RGB 149 119 108
HSL 16° 16.21% 50.39%
HSB/HSV 16° 27.52% 58.43%
CMYK 0.00% 20.13% 27.52%
41.57%

Color #95776C in popluar number systems.

HEX 95 77 6C
Decimal 149 119 108
Binary 10010101 1110111 1101100
Octal 225 167 154

Shades and tints

Shades of #95776C

#95776C
(149,119,108)
#886D63
(136,109,99)
#7B635A
(123,99,90)
#6E5951
(110,89,81)
#614F48
(97,79,72)
#54453F
(84,69,63)
#473B36
(71,59,54)
#3A312D
(58,49,45)
#2D2724
(45,39,36)
#201D1B
(32,29,27)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #95776C

#95776C
(149,119,108)
#9E8379
(158,131,121)
#A78F86
(167,143,134)
#B09B93
(176,155,147)
#B9A7A0
(185,167,160)
#C2B3AD
(194,179,173)
#CBBFBA
(203,191,186)
#D4CBC7
(212,203,199)
#DDD7D4
(221,215,212)
#E6E3E1
(230,227,225)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95776C color. Also use rgb(149,119,108) instead hex code.

Text Font Color

.myTextColor { color: #95776C; }

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

This text font color is #95776C.

Background Color

.myBgColor { background-color: #95776C; }

<div style="background-color:#95776C">Inner text</div>

This div background color is #95776C.

Border color

.myBorderColor { border: 1px solid #95776C; }

<div style="border:3px solid #95776C">Div</div>

This div border color is #95776C.

Opacity

.myOpacity80 { color: #95776C; opacity: 0.8; }

<p style="color:#95776C;opacity:0.8;">80%</p>

Text with #95776C 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 #95776C;}

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

This text has shadow with #95776C color.


.textShadow {text-shadow: 3px 3px 1px #95776C', 3px 3px 1px red;}

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

This text has shadow with #95776C primary color and red secondary color.


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

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

This text has shadow with #95776C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95776C; -webkit-box-shadow: 1px 1px 3px 2px #95776C; box-shadow:1px 1px 3px 2px #95776C;">
Div content here
</div>

This div box has shadow with color #95776C.

Preview

Color preview on black background

This text has color #95776C on black background.


Color preview on white background

This text has color #95776C on white background.


Black color preview on #95776C background

This text has black color on #95776C background.


White color preview on #95776C background

This text has white color on #95776C background.


Related colors

Complementary color

Complementary color for #hex is #6A8893.


I love getcolorcode.com

Triadic colors

1 #6C9577 and #776C95 with #95776C are triadic colors.

2 #6C7795 and #77956C with #95776C are triadic colors.