#988A78

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

Shades of Heathered Grey #988A78

Tints of Heathered Grey #988A78

Color information

#988A78 (or 0x988A78) is unknown color: approx Heathered Grey. HEX triplet: 98, 8A and 78. RGB value is (152,138,120). Sum of RGB (Red+Green+Blue) = 152+138+120=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #988A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A78 is #677587. Grayscale: #8C8C8C. Windows color (decimal): -6780296 or 7899800. OLE color: 7899800.

HSL color Cylindrical-coordinate representation of color #988A78: hue angle of 33.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #988A78 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB152138120-
CMYK00.090.210.40
HSL33.75º13.45%53.33%-
HSV(B)33.75º21.05%59.61%-
XYZ25.4326.2121.49-
YUV140.13116.64136.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.07%
GREEN value IS 138 (54.30% from 255) = 33.66%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=37.07%
G=33.66%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213812000.090.210.4033.7513.4553.33
Hex988A7809152822d35
Octal2302121700112550421565
Binary1001100010001010111100001001101011010001000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988A78; }

 p { color: rgb(152,138,120); }

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

<style>
 a { background-color: #988A78; }

 a { background-color: rgb(152,138,120); }

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

<style>
 span { border-color: #988A78; }

 span { border-color: rgb(152,138,120); }

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