#998C7C

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

Shades of Heathered Grey #998C7C

Tints of Heathered Grey #998C7C

Color information

#998C7C (or 0x998C7C) is unknown color: approx Heathered Grey. HEX triplet: 99, 8C and 7C. RGB value is (153,140,124). Sum of RGB (Red+Green+Blue) = 153+140+124=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #998C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C7C is #667383. Grayscale: #8E8E8E. Windows color (decimal): -6714244 or 8162457. OLE color: 8162457.

HSL color Cylindrical-coordinate representation of color #998C7C: hue angle of 33.1º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #998C7C is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB153140124-
CMYK00.080.190.4
HSL33.1º12.45%54.31%-
HSV(B)33.1º18.95%60%-
XYZ26.1526.9822.9-
YUV142.06117.81135.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.69%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=36.69%
G=33.57%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314012400.080.190.433.112.4554.31
Hex998C7C08132821c36
Octal2312141740102350411466
Binary1001100110001100111110001000100111010001000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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