#978B78

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

Shades of Heathered Grey #978B78

Tints of Heathered Grey #978B78

Color information

#978B78 (or 0x978B78) is unknown color: approx Heathered Grey. HEX triplet: 97, 8B and 78. RGB value is (151,139,120). Sum of RGB (Red+Green+Blue) = 151+139+120=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 151 - color contains mainly: red. Hex color #978B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978B78 is #687487. Grayscale: #8C8C8C. Windows color (decimal): -6845576 or 7900055. OLE color: 7900055.

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

Color convert

RGB151139120-
CMYK00.080.210.41
HSL36.77º12.97%53.14%-
HSV(B)36.77º20.53%59.22%-
XYZ25.3926.421.53-
YUV140.42116.48135.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.83%
GREEN value IS 139 (54.69% from 255) = 33.90%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=36.83%
G=33.90%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113912000.080.210.4136.7712.9753.14
Hex978B7808152925d35
Octal2272131700102551451565
Binary1001011110001011111100001000101011010011001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,139,120); }

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

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

 a { background-color: rgb(151,139,120); }

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

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

 span { border-color: rgb(151,139,120); }

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