#908B80

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

Shades of Heathered Grey #908B80

Tints of Heathered Grey #908B80

Color information

#908B80 (or 0x908B80) is unknown color: approx Heathered Grey. HEX triplet: 90, 8B and 80. RGB value is (144,139,128). Sum of RGB (Red+Green+Blue) = 144+139+128=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 144 - color contains mainly: red. Hex color #908B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908B80 is #6F747F. Grayscale: #8B8B8B. Windows color (decimal): -7304320 or 8424336. OLE color: 8424336.

HSL color Cylindrical-coordinate representation of color #908B80: hue angle of 41.25º 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 #908B80 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB144139128-
CMYK00.030.110.44
HSL41.25º6.72%53.33%-
HSV(B)41.25º11.11%56.47%-
XYZ24.6325.9524.13-
YUV139.24121.66131.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.04%
GREEN value IS 139 (54.69% from 255) = 33.82%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=35.04%
G=33.82%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413912800.030.110.4441.256.7253.33
Hex908B8003B2C29735
Octal22021320003135451765
Binary1001000010001011100000000111011101100101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908B80; }

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

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

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

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

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

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

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

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