#979187

Color #979187 Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #979187

Tints of Heathered Grey #979187

Color information

#979187 (or 0x979187) is unknown color: approx Heathered Grey. HEX triplet: 97, 91 and 87. RGB value is (151,145,135). Sum of RGB (Red+Green+Blue) = 151+145+135=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 151 - color contains mainly: red. Hex color #979187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979187 is #686E78. Grayscale: #919191. Windows color (decimal): -6844025 or 8884631. OLE color: 8884631.

HSL color Cylindrical-coordinate representation of color #979187: hue angle of 37.5º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #979187 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB151145135-
CMYK00.040.110.41
HSL37.5º7.14%56.08%-
HSV(B)37.5º10.6%59.22%-
XYZ27.2628.5827-
YUV145.65121.99131.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.03%
GREEN value IS 145 (57.03% from 255) = 33.64%
BLUE value IS 135 (53.12% from 255) = 31.32%
R=35.03%
G=33.64%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114513500.040.110.4137.57.1456.08
Hex97918704B2926738
Octal22722120704135146770
Binary10010111100100011000011101001011101001100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979187; }

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

 H1.HeaderClassName
 {
   color: #979187;
 }
 .AnyTagClassName
 {
   color: #979187;
 }
</style>
background-color css

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

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

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

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

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

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