#908980

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

Shades of Heathered Grey #908980

Tints of Heathered Grey #908980

Color information

#908980 (or 0x908980) is unknown color: approx Heathered Grey. HEX triplet: 90, 89 and 80. RGB value is (144,137,128). Sum of RGB (Red+Green+Blue) = 144+137+128=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 144 - color contains mainly: red. Hex color #908980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908980 is #6F767F. Grayscale: #8A8A8A. Windows color (decimal): -7304832 or 8423824. OLE color: 8423824.

HSL color Cylindrical-coordinate representation of color #908980: hue angle of 33.75º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #908980 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB144137128-
CMYK00.050.110.44
HSL33.75º6.72%53.33%-
HSV(B)33.75º11.11%56.47%-
XYZ24.3425.3824.04-
YUV138.07122.32132.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.21%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 128 (50.39% from 255) = 31.30%
R=35.21%
G=33.50%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413712800.050.110.4433.756.7253.33
Hex90898005B2C22735
Octal22021120005135442765
Binary10010000100010011000000001011011101100100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908980; }

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

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

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

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

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

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

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

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