COLOR #95787F

HEX: #95787F RGB: (149,120,127)

Color info

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

RGB color model

#95787F color RGB value is (149,120,127).

RGB: (149,120,127) (58%, 47%, 50%)

RGB channels and saturation

R 149 of 255 = 58%
G 120 of 255 = 47%
B 127 of 255 = 50%

149
120
127

R + G + B ~ 52%. #95787F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 120 + 127 = 396 (100%)
R 149 of 396 ~ 37.63%
G 120 of 396 ~ 30.3%
B 127 of 396 ~ 32.07'%

%37.63
%30.3
%32.07

CMYK color model

#95787F color CMYK value is (0,19,15,42).

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 14.77%
  • key color value is 41.57%
CMYK: (0,19,15,42) C0M19Y15K42 (0%,19%,15%,42%) (0.00/0.19/0.15/0.42) 

CMYK percentages

%0
%19.46
%14.77
%41.57

Codes

Color #95787F in popluar color models

95 78 7F
RGB 149 120 127
HSL 346° 12.03% 52.75%
HSB/HSV 346° 19.46% 58.43%
CMYK 0.00% 19.46% 14.77%
41.57%

Color #95787F in popluar number systems.

HEX 95 78 7F
Decimal 149 120 127
Binary 10010101 1111000 1111111
Octal 225 170 177

Shades and tints

Shades of #95787F

#95787F
(149,120,127)
#886E74
(136,110,116)
#7B6469
(123,100,105)
#6E5A5E
(110,90,94)
#615053
(97,80,83)
#544648
(84,70,72)
#473C3D
(71,60,61)
#3A3232
(58,50,50)
#2D2827
(45,40,39)
#201E1C
(32,30,28)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #95787F

#95787F
(149,120,127)
#9E848A
(158,132,138)
#A79095
(167,144,149)
#B09CA0
(176,156,160)
#B9A8AB
(185,168,171)
#C2B4B6
(194,180,182)
#CBC0C1
(203,192,193)
#D4CCCC
(212,204,204)
#DDD8D7
(221,216,215)
#E6E4E2
(230,228,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95787F color. Also use rgb(149,120,127) instead hex code.

Text Font Color

.myTextColor { color: #95787F; }

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

This text font color is #95787F.

Background Color

.myBgColor { background-color: #95787F; }

<div style="background-color:#95787F">Inner text</div>

This div background color is #95787F.

Border color

.myBorderColor { border: 1px solid #95787F; }

<div style="border:3px solid #95787F">Div</div>

This div border color is #95787F.

Opacity

.myOpacity80 { color: #95787F; opacity: 0.8; }

<p style="color:#95787F;opacity:0.8;">80%</p>

Text with #95787F 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 #95787F;}

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

This text has shadow with #95787F color.


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

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

This text has shadow with #95787F primary color and red secondary color.


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

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

This text has shadow with #95787F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95787F.

Preview

Color preview on black background

This text has color #95787F on black background.


Color preview on white background

This text has color #95787F on white background.


Black color preview on #95787F background

This text has black color on #95787F background.


White color preview on #95787F background

This text has white color on #95787F background.


Related colors

Complementary color

Complementary color for #hex is #6A8780.


I love getcolorcode.com

Triadic colors

1 #7F9578 and #787F95 with #95787F are triadic colors.

2 #7F7895 and #78957F with #95787F are triadic colors.