#988C7E

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

Shades of Heathered Grey #988C7E

Tints of Heathered Grey #988C7E

Color information

#988C7E (or 0x988C7E) is unknown color: approx Heathered Grey. HEX triplet: 98, 8C and 7E. RGB value is (152,140,126). Sum of RGB (Red+Green+Blue) = 152+140+126=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #988C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C7E is #677381. Grayscale: #8E8E8E. Windows color (decimal): -6779778 or 8293528. OLE color: 8293528.

HSL color Cylindrical-coordinate representation of color #988C7E: hue angle of 32.31º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #988C7E is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB152140126-
CMYK00.080.170.40
HSL32.31º11.21%54.51%-
HSV(B)32.31º17.11%59.61%-
XYZ26.0926.9423.56-
YUV141.99118.98135.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.36%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=36.36%
G=33.49%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214012600.080.170.4032.3111.2154.51
Hex988C7E08112820b37
Octal2302141760102150401367
Binary1001100010001100111111001000100011010001000001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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