#917890

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

Shades of Taupe Grey #917890

Tints of Taupe Grey #917890

Color information

#917890 (or 0x917890) is unknown color: approx Taupe Grey. HEX triplet: 91, 78 and 90. RGB value is (145,120,144). Sum of RGB (Red+Green+Blue) = 145+120+144=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 145 - color contains mainly: red. Hex color #917890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917890 is #6E876F. Grayscale: #828282. Windows color (decimal): -7243632 or 9468049. OLE color: 9468049.

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

Color convert

RGB145120144-
CMYK00.170.010.43
HSL302.4º10.2%51.96%-
HSV(B)302.4º17.24%56.86%-
XYZ23.4321.4729.29-
YUV130.21135.78138.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.45%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 144 (56.64% from 255) = 35.21%
R=35.45%
G=29.34%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512014400.170.010.43302.410.251.96
Hex91789001112B12ea34
Octal2211702200211534561264
Binary1001000111110001001000001000111010111001011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917890; }

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

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

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

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

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

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

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

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