#988F7C

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

Shades of Heathered Grey #988F7C

Tints of Heathered Grey #988F7C

Color information

#988F7C (or 0x988F7C) is unknown color: approx Heathered Grey. HEX triplet: 98, 8F and 7C. RGB value is (152,143,124). Sum of RGB (Red+Green+Blue) = 152+143+124=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #988F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F7C is #677083. Grayscale: #8F8F8F. Windows color (decimal): -6779012 or 8163224. OLE color: 8163224.

HSL color Cylindrical-coordinate representation of color #988F7C: hue angle of 40.71º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #988F7C is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB152143124-
CMYK00.060.180.40
HSL40.71º11.97%54.12%-
HSV(B)40.71º18.42%59.61%-
XYZ26.4127.7823.04-
YUV143.52116.98134.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.28%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=36.28%
G=34.13%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214312400.060.180.4040.7111.9754.12
Hex988F7C06122829c36
Octal230217174062250511466
Binary100110001000111111111000110100101010001010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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