#979282

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

Shades of Heathered Grey #979282

Tints of Heathered Grey #979282

Color information

#979282 (or 0x979282) is unknown color: approx Heathered Grey. HEX triplet: 97, 92 and 82. RGB value is (151,146,130). Sum of RGB (Red+Green+Blue) = 151+146+130=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 151 - color contains mainly: red. Hex color #979282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979282 is #686D7D. Grayscale: #919191. Windows color (decimal): -6843774 or 8557207. OLE color: 8557207.

HSL color Cylindrical-coordinate representation of color #979282: hue angle of 45.71º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #979282 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB151146130-
CMYK00.030.140.41
HSL45.71º9.17%55.1%-
HSV(B)45.71º13.91%59.22%-
XYZ27.0728.7525.24-
YUV145.67119.16131.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.36%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 130 (51.17% from 255) = 30.44%
R=35.36%
G=34.19%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114613000.030.140.4145.719.1755.1
Hex97928203E292e937
Octal227222202031651561167
Binary10010111100100101000001001111101010011011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979282; }

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

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

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

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

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

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

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

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