#988D7D

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

Shades of Heathered Grey #988D7D

Tints of Heathered Grey #988D7D

Color information

#988D7D (or 0x988D7D) is unknown color: approx Heathered Grey. HEX triplet: 98, 8D and 7D. RGB value is (152,141,125). Sum of RGB (Red+Green+Blue) = 152+141+125=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #988D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D7D is #677282. Grayscale: #8E8E8E. Windows color (decimal): -6779523 or 8228248. OLE color: 8228248.

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

Color convert

RGB152141125-
CMYK00.070.180.40
HSL35.56º11.59%54.31%-
HSV(B)35.56º17.76%59.61%-
XYZ26.1827.2123.27-
YUV142.46118.14134.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.36%
GREEN value IS 141 (55.47% from 255) = 33.73%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=36.36%
G=33.73%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214112500.070.180.4035.5611.5954.31
Hex988D7D07122824c36
Octal230215175072250441466
Binary100110001000110111111010111100101010001001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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