#908A7C

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

Shades of Heathered Grey #908A7C

Tints of Heathered Grey #908A7C

Color information

#908A7C (or 0x908A7C) is unknown color: approx Heathered Grey. HEX triplet: 90, 8A and 7C. RGB value is (144,138,124). Sum of RGB (Red+Green+Blue) = 144+138+124=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 144 - color contains mainly: red. Hex color #908A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A7C is #6F7583. Grayscale: #8A8A8A. Windows color (decimal): -7304580 or 8161936. OLE color: 8161936.

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

Color convert

RGB144138124-
CMYK00.040.140.44
HSL42º8.26%52.55%-
HSV(B)42º13.89%56.47%-
XYZ24.2325.5622.73-
YUV138.2119.99132.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.47%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=35.47%
G=33.99%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413812400.040.140.44428.2652.55
Hex908A7C04E2C2a835
Octal220212174041654521065
Binary10010000100010101111100010011101011001010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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