#979182

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

Shades of Heathered Grey #979182

Tints of Heathered Grey #979182

Color information

#979182 (or 0x979182) is unknown color: approx Heathered Grey. HEX triplet: 97, 91 and 82. RGB value is (151,145,130). Sum of RGB (Red+Green+Blue) = 151+145+130=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 151 - color contains mainly: red. Hex color #979182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979182 is #686E7D. Grayscale: #919191. Windows color (decimal): -6844030 or 8556951. OLE color: 8556951.

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

Color convert

RGB151145130-
CMYK00.040.140.41
HSL42.86º9.17%55.1%-
HSV(B)42.86º13.91%59.22%-
XYZ26.9228.4425.19-
YUV145.08119.49132.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.45%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=35.45%
G=34.04%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114513000.040.140.4142.869.1755.1
Hex97918204E292b937
Octal227221202041651531167
Binary100101111001000110000010010011101010011010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979182; }

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

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

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

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

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

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

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

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