#946A77

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

Shades of Mauve Taupe #946A77

Tints of Mauve Taupe #946A77

Color information

#946A77 (or 0x946A77) is unknown color: approx Mauve Taupe. HEX triplet: 94, 6A and 77. RGB value is (148,106,119). Sum of RGB (Red+Green+Blue) = 148+106+119=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #946A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A77 is #6B9588. Grayscale: #787878. Windows color (decimal): -7050633 or 7826068. OLE color: 7826068.

HSL color Cylindrical-coordinate representation of color #946A77: hue angle of 341.43º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #946A77 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB148106119-
CMYK00.280.200.42
HSL341.43º16.54%49.8%-
HSV(B)341.43º28.38%58.04%-
XYZ20.717.9419.82-
YUV120.04127.41147.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.68%
GREEN value IS 106 (41.80% from 255) = 28.42%
BLUE value IS 119 (46.88% from 255) = 31.90%
R=39.68%
G=28.42%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810611900.280.200.42341.4316.5449.8
Hex946A7701C142A1551132
Octal22415216703424525252162
Binary10010100110101011101110111001010010101010101010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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