#917A8E

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

Shades of Taupe Grey #917A8E

Tints of Taupe Grey #917A8E

Color information

#917A8E (or 0x917A8E) is unknown color: approx Taupe Grey. HEX triplet: 91, 7A and 8E. RGB value is (145,122,142). Sum of RGB (Red+Green+Blue) = 145+122+142=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 145 - color contains mainly: red. Hex color #917A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917A8E is #6E8571. Grayscale: #838383. Windows color (decimal): -7243122 or 9337489. OLE color: 9337489.

HSL color Cylindrical-coordinate representation of color #917A8E: hue angle of 307.83º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #917A8E is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB145122142-
CMYK00.160.020.43
HSL307.83º9.47%52.35%-
HSV(B)307.83º15.86%56.86%-
XYZ23.5221.8928.58-
YUV131.16134.12137.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.45%
GREEN value IS 122 (48.05% from 255) = 29.83%
BLUE value IS 142 (55.86% from 255) = 34.72%
R=35.45%
G=29.83%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512214200.160.020.43307.839.4752.35
Hex917A8E01022B134934
Octal2211722160202534641164
Binary10010001111101010001110010000101010111001101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917A8E; }

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

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

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

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

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

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

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

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