#90897B

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

Shades of Heathered Grey #90897B

Tints of Heathered Grey #90897B

Color information

#90897B (or 0x90897B) is unknown color: approx Heathered Grey. HEX triplet: 90, 89 and 7B. RGB value is (144,137,123). Sum of RGB (Red+Green+Blue) = 144+137+123=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 144 - color contains mainly: red. Hex color #90897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90897B is #6F7684. Grayscale: #898989. Windows color (decimal): -7304837 or 8096144. OLE color: 8096144.

HSL color Cylindrical-coordinate representation of color #90897B: hue angle of 40º 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 #90897B is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB144137123-
CMYK00.050.150.44
HSL40º8.64%52.35%-
HSV(B)40º14.58%56.47%-
XYZ24.0225.2522.35-
YUV137.5119.82132.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.64%
GREEN value IS 137 (53.91% from 255) = 33.91%
BLUE value IS 123 (48.44% from 255) = 30.45%
R=35.64%
G=33.91%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413712300.050.150.44408.6452.35
Hex90897B05F2C28934
Octal220211173051754501164
Binary10010000100010011111011010111111011001010001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90897B; }

 p { color: rgb(144,137,123); }

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

<style>
 a { background-color: #90897B; }

 a { background-color: rgb(144,137,123); }

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

<style>
 span { border-color: #90897B; }

 span { border-color: rgb(144,137,123); }

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