#926A77

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

Shades of Mauve Taupe #926A77

Tints of Mauve Taupe #926A77

Color information

#926A77 (or 0x926A77) is unknown color: approx Mauve Taupe. HEX triplet: 92, 6A and 77. RGB value is (146,106,119). Sum of RGB (Red+Green+Blue) = 146+106+119=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #926A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926A77 is #6D9588. Grayscale: #777777. Windows color (decimal): -7181705 or 7826066. OLE color: 7826066.

HSL color Cylindrical-coordinate representation of color #926A77: hue angle of 340.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #926A77 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB146106119-
CMYK00.270.180.43
HSL340.5º15.87%49.41%-
HSV(B)340.5º27.4%57.25%-
XYZ20.3417.7519.81-
YUV119.44127.75146.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.35%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 119 (46.88% from 255) = 32.08%
R=39.35%
G=28.57%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610611900.270.180.43340.515.8749.41
Hex926A7701B122B1541031
Octal22215216703322535242061
Binary10010010110101011101110110111001010101110101010010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926A77; }

 p { color: rgb(146,106,119); }

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

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

 a { background-color: rgb(146,106,119); }

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

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

 span { border-color: rgb(146,106,119); }

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