#908A7A

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

Shades of Heathered Grey #908A7A

Tints of Heathered Grey #908A7A

Color information

#908A7A (or 0x908A7A) is unknown color: approx Heathered Grey. HEX triplet: 90, 8A and 7A. RGB value is (144,138,122). Sum of RGB (Red+Green+Blue) = 144+138+122=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 144 - color contains mainly: red. Hex color #908A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A7A is #6F7585. Grayscale: #8A8A8A. Windows color (decimal): -7304582 or 8030864. OLE color: 8030864.

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

Color convert

RGB144138122-
CMYK00.040.150.44
HSL43.64º9.02%52.16%-
HSV(B)43.64º15.28%56.47%-
XYZ24.125.5122.07-
YUV137.97118.99132.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.64%
GREEN value IS 138 (54.30% from 255) = 34.16%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=35.64%
G=34.16%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413812200.040.150.4443.649.0252.16
Hex908A7A04F2C2c934
Octal220212172041754541164
Binary10010000100010101111010010011111011001011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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