#978F7C

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

Shades of Heathered Grey #978F7C

Tints of Heathered Grey #978F7C

Color information

#978F7C (or 0x978F7C) is unknown color: approx Heathered Grey. HEX triplet: 97, 8F and 7C. RGB value is (151,143,124). Sum of RGB (Red+Green+Blue) = 151+143+124=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 151 - color contains mainly: red. Hex color #978F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978F7C is #687083. Grayscale: #8F8F8F. Windows color (decimal): -6844548 or 8163223. OLE color: 8163223.

HSL color Cylindrical-coordinate representation of color #978F7C: hue angle of 42.22º 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 #978F7C is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB151143124-
CMYK00.050.180.41
HSL42.22º11.49%53.92%-
HSV(B)42.22º17.88%59.22%-
XYZ26.2227.6823.03-
YUV143.23117.15133.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.12%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=36.12%
G=34.21%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114312400.050.180.4142.2211.4953.92
Hex978F7C0512292ab36
Octal227217174052251521366
Binary100101111000111111111000101100101010011010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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