#918090

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

Shades of Taupe Grey #918090

Tints of Taupe Grey #918090

Color information

#918090 (or 0x918090) is unknown color: approx Taupe Grey. HEX triplet: 91, 80 and 90. RGB value is (145,128,144). Sum of RGB (Red+Green+Blue) = 145+128+144=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 145 - color contains mainly: red. Hex color #918090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918090 is #6E7F6F. Grayscale: #868686. Windows color (decimal): -7241584 or 9470097. OLE color: 9470097.

HSL color Cylindrical-coordinate representation of color #918090: hue angle of 303.53º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #918090 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB145128144-
CMYK00.120.010.43
HSL303.53º7.17%53.53%-
HSV(B)303.53º11.72%56.86%-
XYZ24.4323.4729.63-
YUV134.91133.13135.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=34.77%
G=30.70%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512814400.120.010.43303.537.1753.53
Hex9180900C12B130736
Octal221200220014153460766
Binary100100011000000010010000011001101011100110000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918090; }

 p { color: rgb(145,128,144); }

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

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

 a { background-color: rgb(145,128,144); }

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

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

 span { border-color: rgb(145,128,144); }

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