#979186

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

Shades of Heathered Grey #979186

Tints of Heathered Grey #979186

Color information

#979186 (or 0x979186) is unknown color: approx Heathered Grey. HEX triplet: 97, 91 and 86. RGB value is (151,145,134). Sum of RGB (Red+Green+Blue) = 151+145+134=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 151 - color contains mainly: red. Hex color #979186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979186 is #686E79. Grayscale: #919191. Windows color (decimal): -6844026 or 8819095. OLE color: 8819095.

HSL color Cylindrical-coordinate representation of color #979186: hue angle of 38.82º degrees, saturation: 0.08, 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 #979186 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB151145134-
CMYK00.040.110.41
HSL38.82º7.56%55.88%-
HSV(B)38.82º11.26%59.22%-
XYZ27.1928.5526.63-
YUV145.54121.49131.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.12%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 134 (52.73% from 255) = 31.16%
R=35.12%
G=33.72%
B=31.16%

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
Decimal15114513400.040.110.4138.827.5655.88
Hex97918604B2927838
Octal227221206041351471070
Binary100101111001000110000110010010111010011001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979186; }

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

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

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

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

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

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

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

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