#978E81

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

Shades of Heathered Grey #978E81

Tints of Heathered Grey #978E81

Color information

#978E81 (or 0x978E81) is unknown color: approx Heathered Grey. HEX triplet: 97, 8E and 81. RGB value is (151,142,129). Sum of RGB (Red+Green+Blue) = 151+142+129=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 151 - color contains mainly: red. Hex color #978E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978E81 is #68717E. Grayscale: #8F8F8F. Windows color (decimal): -6844799 or 8490647. OLE color: 8490647.

HSL color Cylindrical-coordinate representation of color #978E81: hue angle of 35.45º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #978E81 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB151142129-
CMYK00.060.150.41
HSL35.45º9.57%54.9%-
HSV(B)35.45º14.57%59.22%-
XYZ26.427.5124.69-
YUV143.21119.98133.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.78%
GREEN value IS 142 (55.86% from 255) = 33.65%
BLUE value IS 129 (50.78% from 255) = 30.57%
R=35.78%
G=33.65%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114212900.060.150.4135.459.5754.9
Hex978E8106F2923a37
Octal227216201061751431267
Binary100101111000111010000001011011111010011000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978E81; }

 p { color: rgb(151,142,129); }

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

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

 a { background-color: rgb(151,142,129); }

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

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

 span { border-color: rgb(151,142,129); }

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