#908A82

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

Shades of Heathered Grey #908A82

Tints of Heathered Grey #908A82

Color information

#908A82 (or 0x908A82) is unknown color: approx Heathered Grey. HEX triplet: 90, 8A and 82. RGB value is (144,138,130). Sum of RGB (Red+Green+Blue) = 144+138+130=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 144 - color contains mainly: red. Hex color #908A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908A82 is #6F757D. Grayscale: #8A8A8A. Windows color (decimal): -7304574 or 8555152. OLE color: 8555152.

HSL color Cylindrical-coordinate representation of color #908A82: hue angle of 34.29º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908A82 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB144138130-
CMYK00.040.100.44
HSL34.29º5.93%53.73%-
HSV(B)34.29º9.72%56.47%-
XYZ24.6225.7224.79-
YUV138.88122.99131.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.95%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=34.95%
G=33.50%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413813000.040.100.4434.295.9353.73
Hex908A8204A2C22636
Octal22021220204125442666
Binary10010000100010101000001001001010101100100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,138,130); }

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

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

 a { background-color: rgb(144,138,130); }

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

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

 span { border-color: rgb(144,138,130); }

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