#978E7F

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

Shades of Heathered Grey #978E7F

Tints of Heathered Grey #978E7F

Color information

#978E7F (or 0x978E7F) is unknown color: approx Heathered Grey. HEX triplet: 97, 8E and 7F. RGB value is (151,142,127). Sum of RGB (Red+Green+Blue) = 151+142+127=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 151 - color contains mainly: red. Hex color #978E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E7F is #687180. Grayscale: #8F8F8F. Windows color (decimal): -6844801 or 8359575. OLE color: 8359575.

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

Color convert

RGB151142127-
CMYK00.060.160.41
HSL37.5º10.34%54.51%-
HSV(B)37.5º15.89%59.22%-
XYZ26.2727.4623.99-
YUV142.98118.98133.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.95%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 127 (50% from 255) = 30.24%
R=35.95%
G=33.81%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114212700.060.160.4137.510.3454.51
Hex978E7F06102926a37
Octal227216177062051461267
Binary100101111000111011111110110100001010011001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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