#988C7C

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

Shades of Heathered Grey #988C7C

Tints of Heathered Grey #988C7C

Color information

#988C7C (or 0x988C7C) is unknown color: approx Heathered Grey. HEX triplet: 98, 8C and 7C. RGB value is (152,140,124). Sum of RGB (Red+Green+Blue) = 152+140+124=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 152 - color contains mainly: red. Hex color #988C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C7C is #677383. Grayscale: #8D8D8D. Windows color (decimal): -6779780 or 8162456. OLE color: 8162456.

HSL color Cylindrical-coordinate representation of color #988C7C: hue angle of 34.29º 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 #988C7C is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB152140124-
CMYK00.080.180.40
HSL34.29º11.97%54.12%-
HSV(B)34.29º18.42%59.61%-
XYZ25.9726.8922.89-
YUV141.76117.98135.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.54%
GREEN value IS 140 (55.08% from 255) = 33.65%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=36.54%
G=33.65%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214012400.080.180.4034.2911.9754.12
Hex988C7C08122822c36
Octal2302141740102250421466
Binary1001100010001100111110001000100101010001000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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