#998C7E

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

Shades of Heathered Grey #998C7E

Tints of Heathered Grey #998C7E

Color information

#998C7E (or 0x998C7E) is unknown color: approx Heathered Grey. HEX triplet: 99, 8C and 7E. RGB value is (153,140,126). Sum of RGB (Red+Green+Blue) = 153+140+126=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #998C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C7E is #667381. Grayscale: #8E8E8E. Windows color (decimal): -6714242 or 8293529. OLE color: 8293529.

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

Color convert

RGB153140126-
CMYK00.080.180.4
HSL31.11º11.69%54.71%-
HSV(B)31.11º17.65%60%-
XYZ26.2827.0323.57-
YUV142.29118.81135.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 140 (55.08% from 255) = 33.41%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=36.52%
G=33.41%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314012600.080.180.431.1111.6954.71
Hex998C7E0812281fc37
Octal2312141760102250371467
Binary100110011000110011111100100010010101000111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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