#978E7C

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

Shades of Heathered Grey #978E7C

Tints of Heathered Grey #978E7C

Color information

#978E7C (or 0x978E7C) is unknown color: approx Heathered Grey. HEX triplet: 97, 8E and 7C. RGB value is (151,142,124). Sum of RGB (Red+Green+Blue) = 151+142+124=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 151 - color contains mainly: red. Hex color #978E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E7C is #687183. Grayscale: #8E8E8E. Windows color (decimal): -6844804 or 8162967. OLE color: 8162967.

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

Color convert

RGB151142124-
CMYK00.060.180.41
HSL40º11.49%53.92%-
HSV(B)40º17.88%59.22%-
XYZ26.0727.3822.98-
YUV142.64117.48133.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.21%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=36.21%
G=34.05%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114212400.060.180.414011.4953.92
Hex978E7C06122928b36
Octal227216174062251501366
Binary100101111000111011111000110100101010011010001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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