#917077

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

Shades of Mauve Taupe #917077

Tints of Mauve Taupe #917077

Color information

#917077 (or 0x917077) is unknown color: approx Mauve Taupe. HEX triplet: 91, 70 and 77. RGB value is (145,112,119). Sum of RGB (Red+Green+Blue) = 145+112+119=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #917077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917077 is #6E8F88. Grayscale: #7A7A7A. Windows color (decimal): -7245705 or 7827601. OLE color: 7827601.

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

Color convert

RGB145112119-
CMYK00.230.180.43
HSL347.27º13.04%50.39%-
HSV(B)347.27º22.76%56.86%-
XYZ20.818.9420.01-
YUV122.66125.93143.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=38.56%
G=29.79%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511211900.230.180.43347.2713.0450.39
Hex917077017122B15bd32
Octal22116016702722535331562
Binary1001000111100001110111010111100101010111010110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917077; }

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

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

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

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

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

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

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

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