#91788E

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

Shades of Taupe Grey #91788E

Tints of Taupe Grey #91788E

Color information

#91788E (or 0x91788E) is unknown color: approx Taupe Grey. HEX triplet: 91, 78 and 8E. RGB value is (145,120,142). Sum of RGB (Red+Green+Blue) = 145+120+142=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 145 - color contains mainly: red. Hex color #91788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91788E is #6E8771. Grayscale: #818181. Windows color (decimal): -7243634 or 9336977. OLE color: 9336977.

HSL color Cylindrical-coordinate representation of color #91788E: hue angle of 307.2º 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 #91788E is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB145120142-
CMYK00.170.020.43
HSL307.2º10.2%51.96%-
HSV(B)307.2º17.24%56.86%-
XYZ23.2821.4128.5-
YUV129.98134.78138.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.63%
GREEN value IS 120 (47.27% from 255) = 29.48%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=35.63%
G=29.48%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512014200.170.020.43307.210.251.96
Hex91788E01122B133a34
Octal2211702160212534631264
Binary10010001111100010001110010001101010111001100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91788E; }

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

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

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

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

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

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

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

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