#988C7D

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

Shades of Heathered Grey #988C7D

Tints of Heathered Grey #988C7D

Color information

#988C7D (or 0x988C7D) is unknown color: approx Heathered Grey. HEX triplet: 98, 8C and 7D. RGB value is (152,140,125). Sum of RGB (Red+Green+Blue) = 152+140+125=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #988C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C7D is #677382. Grayscale: #8D8D8D. Windows color (decimal): -6779779 or 8227992. OLE color: 8227992.

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

Color convert

RGB152140125-
CMYK00.080.180.40
HSL33.33º11.59%54.31%-
HSV(B)33.33º17.76%59.61%-
XYZ26.0326.9123.22-
YUV141.88118.48135.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=36.45%
G=33.57%
B=29.98%

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
Decimal15214012500.080.180.4033.3311.5954.31
Hex988C7D08122821c36
Octal2302141750102250411466
Binary1001100010001100111110101000100101010001000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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