#989080

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

Shades of Heathered Grey #989080

Tints of Heathered Grey #989080

Color information

#989080 (or 0x989080) is unknown color: approx Heathered Grey. HEX triplet: 98, 90 and 80. RGB value is (152,144,128). Sum of RGB (Red+Green+Blue) = 152+144+128=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #989080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989080 is #676F7F. Grayscale: #909090. Windows color (decimal): -6778752 or 8425624. OLE color: 8425624.

HSL color Cylindrical-coordinate representation of color #989080: hue angle of 40º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #989080 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB152144128-
CMYK00.050.160.40
HSL40º10.43%54.9%-
HSV(B)40º15.79%59.61%-
XYZ26.8228.1824.45-
YUV144.57118.65133.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.85%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 128 (50.39% from 255) = 30.19%
R=35.85%
G=33.96%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214412800.050.160.404010.4354.9
Hex98908005102828a37
Octal230220200052050501267
Binary1001100010010000100000000101100001010001010001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989080; }

 p { color: rgb(152,144,128); }

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

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

 a { background-color: rgb(152,144,128); }

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

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

 span { border-color: rgb(152,144,128); }

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