#846773

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

Shades of Mauve Taupe #846773

Tints of Mauve Taupe #846773

Color information

#846773 (or 0x846773) is unknown color: approx Mauve Taupe. HEX triplet: 84, 67 and 73. RGB value is (132,103,115). Sum of RGB (Red+Green+Blue) = 132+103+115=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #846773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846773 is #7B988C. Grayscale: #717171. Windows color (decimal): -8099981 or 7563140. OLE color: 7563140.

HSL color Cylindrical-coordinate representation of color #846773: hue angle of 335.17º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #846773 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB132103115-
CMYK00.220.130.48
HSL335.17º12.34%46.08%-
HSV(B)335.17º21.97%51.76%-
XYZ17.4615.8418.36-
YUV113.04129.11141.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 103 (40.62% from 255) = 29.43%
BLUE value IS 115 (45.31% from 255) = 32.86%
R=37.71%
G=29.43%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210311500.220.130.48335.1712.3446.08
Hex846773016D3014fc2e
Octal20414716302615605171456
Binary100001001100111111001101011011011100001010011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846773; }

 p { color: rgb(132,103,115); }

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

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

 a { background-color: rgb(132,103,115); }

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

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

 span { border-color: rgb(132,103,115); }

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