#916F77

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

Shades of Mauve Taupe #916F77

Tints of Mauve Taupe #916F77

Color information

#916F77 (or 0x916F77) is unknown color: approx Mauve Taupe. HEX triplet: 91, 6F and 77. RGB value is (145,111,119). Sum of RGB (Red+Green+Blue) = 145+111+119=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #916F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F77 is #6E9088. Grayscale: #7A7A7A. Windows color (decimal): -7245961 or 7827345. OLE color: 7827345.

HSL color Cylindrical-coordinate representation of color #916F77: hue angle of 345.88º 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 #916F77 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB145111119-
CMYK00.230.180.43
HSL345.88º13.39%50.2%-
HSV(B)345.88º23.45%56.86%-
XYZ20.6918.7219.98-
YUV122.08126.26144.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 119 (46.88% from 255) = 31.73%
R=38.67%
G=29.6%
B=31.73%

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
Decimal14511111900.230.180.43345.8813.3950.2
Hex916F77017122B15ad32
Octal22115716702722535321562
Binary1001000111011111110111010111100101010111010110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916F77; }

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

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

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

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

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

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

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

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