#90898D

Color #90898D Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #90898D

Tints of Taupe Grey #90898D

Color information

#90898D (or 0x90898D) is unknown color: approx Taupe Grey. HEX triplet: 90, 89 and 8D. RGB value is (144,137,141). Sum of RGB (Red+Green+Blue) = 144+137+141=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 144 - color contains mainly: red. Hex color #90898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90898D is #6F7672. Grayscale: #8B8B8B. Windows color (decimal): -7304819 or 9275792. OLE color: 9275792.

HSL color Cylindrical-coordinate representation of color #90898D: hue angle of 325.71º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #90898D is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB144137141-
CMYK00.050.020.44
HSL325.71º3.06%55.1%-
HSV(B)325.71º4.86%56.47%-
XYZ25.2525.7428.84-
YUV139.55128.82131.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.12%
GREEN value IS 137 (53.91% from 255) = 32.46%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=34.12%
G=32.46%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413714100.050.020.44325.713.0655.1
Hex90898D0522C146337
Octal22021121505254506367
Binary10010000100010011000110101011010110010100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90898D; }

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

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

<style>
 a { background-color: #90898D; }

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

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

<style>
 span { border-color: #90898D; }

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

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