#846874

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

Shades of Mauve Taupe #846874

Tints of Mauve Taupe #846874

Color information

#846874 (or 0x846874) is unknown color: approx Mauve Taupe. HEX triplet: 84, 68 and 74. RGB value is (132,104,116). Sum of RGB (Red+Green+Blue) = 132+104+116=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #846874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846874 is #7B978B. Grayscale: #717171. Windows color (decimal): -8099724 or 7628932. OLE color: 7628932.

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

Color convert

RGB132104116-
CMYK00.210.120.48
HSL334.29º11.86%46.27%-
HSV(B)334.29º21.21%51.76%-
XYZ17.6216.0718.7-
YUV113.74129.28141.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 104 (41.02% from 255) = 29.55%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=37.5%
G=29.55%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210411600.210.120.48334.2911.8646.27
Hex846874015C3014ec2e
Octal20415016402514605161456
Binary100001001101000111010001010111001100001010011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846874; }

 p { color: rgb(132,104,116); }

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

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

 a { background-color: rgb(132,104,116); }

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

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

 span { border-color: rgb(132,104,116); }

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