#978A7C

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

Shades of Heathered Grey #978A7C

Tints of Heathered Grey #978A7C

Color information

#978A7C (or 0x978A7C) is unknown color: approx Heathered Grey. HEX triplet: 97, 8A and 7C. RGB value is (151,138,124). Sum of RGB (Red+Green+Blue) = 151+138+124=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 151 - color contains mainly: red. Hex color #978A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978A7C is #687583. Grayscale: #8C8C8C. Windows color (decimal): -6845828 or 8161943. OLE color: 8161943.

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

Color convert

RGB151138124-
CMYK00.090.180.41
HSL31.11º11.49%53.92%-
HSV(B)31.11º17.88%59.22%-
XYZ25.4926.2122.78-
YUV140.29118.81135.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.56%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=36.56%
G=33.41%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113812400.090.180.4131.1111.4953.92
Hex978A7C0912291fb36
Octal2272121740112251371366
Binary100101111000101011111000100110010101001111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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