#908A79

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

Shades of Heathered Grey #908A79

Tints of Heathered Grey #908A79

Color information

#908A79 (or 0x908A79) is unknown color: approx Heathered Grey. HEX triplet: 90, 8A and 79. RGB value is (144,138,121). Sum of RGB (Red+Green+Blue) = 144+138+121=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 144 - color contains mainly: red. Hex color #908A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A79 is #6F7586. Grayscale: #898989. Windows color (decimal): -7304583 or 7965328. OLE color: 7965328.

HSL color Cylindrical-coordinate representation of color #908A79: hue angle of 44.35º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #908A79 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB144138121-
CMYK00.040.160.44
HSL44.35º9.39%51.96%-
HSV(B)44.35º15.97%56.47%-
XYZ24.0425.4921.74-
YUV137.86118.49132.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.73%
GREEN value IS 138 (54.30% from 255) = 34.24%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=35.73%
G=34.24%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413812100.040.160.4444.359.3951.96
Hex908A7904102C2c934
Octal220212171042054541164
Binary100100001000101011110010100100001011001011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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