Html Css Color HEX #959187 Heathered Grey

📋 copy color: '#959187'

red 149 ◦ green 145 ◦ blue 135

#959187
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heathered Grey #959187

Tints of Heathered Grey #959187

RGB

 RED value IS 149 (58.59% from 255) = 34.73%

 GREEN value IS 145 (57.03% from 255) = 33.8%

 BLUE value IS 135 (53.13% from 255) = 31.47%

R = 34.73%
G = 33.8%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#959187 (or 0x959187) is known color: Heathered Grey. HEX triplet: 95, 91 and 87. RGB value is (149,145,135). Sum of RGB (Red+Green+Blue) = 149+145+135=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 149 - color contains mainly: red. Hex color #959187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959187 is #6A6E78. Grayscale: #919191. Windows color (decimal): -6975097 or 8884629. OLE color: 8884629.

HSL color Cylindrical-coordinate representation of color #959187: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #959187 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 145 135 -
CMYK 0 0.03 0.09 0.42
HSL 42.86º 0.06% 0.56% -
HSV(B) 42.86º 0.09% 0.58% -
XYZ 26.89 28.39 26.98 -
YUV 145.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 149 145 135 0 0.03 0.09 0.42 42.86 0.06 0.56
Hex 95 91 87 0 3 9 2A 2B 6 38
Octal 225 221 207 0 3 11 52 53 6 70
Binary 10010101 10010001 10000111 0 11 1001 101010 101011 110 111000

Color Harmonies of #959187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959187

Black with #959187

Text Example


Text Example

White with #959187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959187; }

 p { color: rgb(149,145,135); }

 H1.HeaderClassName
 {
   color: #959187;
 }
 .AnyTagClassName
 {
   color: #959187;
 }
</style>

background-color css

<style>
 a { background-color: #959187; }

 a { background-color: rgb(149,145,135); }

 div.DivClassName
 {
   background-color: #959187;
 }
 .BgClassName
 {
   background-color: #959187;
 }
</style>

border-color css

<style>
 span { border-color: #959187; }

 span { border-color: rgb(149,145,135); }

 td.TdClassName
 {
   border-color: #959187;
 }
 .TagClassName
 {
   border-color: #959187;
 }
</style>