#979286

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

Shades of Heathered Grey #979286

Tints of Heathered Grey #979286

Color information

#979286 (or 0x979286) is unknown color: approx Heathered Grey. HEX triplet: 97, 92 and 86. RGB value is (151,146,134). Sum of RGB (Red+Green+Blue) = 151+146+134=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 151 - color contains mainly: red. Hex color #979286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979286 is #686D79. Grayscale: #929292. Windows color (decimal): -6843770 or 8819351. OLE color: 8819351.

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

Color convert

RGB151146134-
CMYK00.030.110.41
HSL42.35º7.56%55.88%-
HSV(B)42.35º11.26%59.22%-
XYZ27.3428.8626.68-
YUV146.13121.16131.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.03%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=35.03%
G=33.87%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114613400.030.110.4142.357.5655.88
Hex97928603B292a838
Octal227222206031351521070
Binary10010111100100101000011001110111010011010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979286; }

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

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

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

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

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

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

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

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