#917790

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

Shades of Taupe Grey #917790

Tints of Taupe Grey #917790

Color information

#917790 (or 0x917790) is unknown color: approx Taupe Grey. HEX triplet: 91, 77 and 90. RGB value is (145,119,144). Sum of RGB (Red+Green+Blue) = 145+119+144=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 145 - color contains mainly: red. Hex color #917790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917790 is #6E886F. Grayscale: #818181. Windows color (decimal): -7243888 or 9467793. OLE color: 9467793.

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

Color convert

RGB145119144-
CMYK00.180.010.43
HSL302.31º10.57%51.76%-
HSV(B)302.31º17.93%56.86%-
XYZ23.3121.2329.25-
YUV129.62136.11138.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.54%
GREEN value IS 119 (46.88% from 255) = 29.17%
BLUE value IS 144 (56.64% from 255) = 35.29%
R=35.54%
G=29.17%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511914400.180.010.43302.3110.5751.76
Hex91779001212B12eb34
Octal2211672200221534561364
Binary1001000111101111001000001001011010111001011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917790; }

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

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

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

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

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

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

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

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