#978E83

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

Shades of Heathered Grey #978E83

Tints of Heathered Grey #978E83

Color information

#978E83 (or 0x978E83) is unknown color: approx Heathered Grey. HEX triplet: 97, 8E and 83. RGB value is (151,142,131). Sum of RGB (Red+Green+Blue) = 151+142+131=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 151 - color contains mainly: red. Hex color #978E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978E83 is #68717C. Grayscale: #8F8F8F. Windows color (decimal): -6844797 or 8621719. OLE color: 8621719.

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

Color convert

RGB151142131-
CMYK00.060.130.41
HSL33º8.77%55.29%-
HSV(B)33º13.25%59.22%-
XYZ26.5327.5625.39-
YUV143.44120.98133.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.61%
GREEN value IS 142 (55.86% from 255) = 33.49%
BLUE value IS 131 (51.56% from 255) = 30.90%
R=35.61%
G=33.49%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114213100.060.130.41338.7755.29
Hex978E8306D2921937
Octal227216203061551411167
Binary100101111000111010000011011011011010011000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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