#846772

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

Shades of Mauve Taupe #846772

Tints of Mauve Taupe #846772

Color information

#846772 (or 0x846772) is unknown color: approx Mauve Taupe. HEX triplet: 84, 67 and 72. RGB value is (132,103,114). Sum of RGB (Red+Green+Blue) = 132+103+114=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #846772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846772 is #7B988D. Grayscale: #707070. Windows color (decimal): -8099982 or 7497604. OLE color: 7497604.

HSL color Cylindrical-coordinate representation of color #846772: hue angle of 337.24º 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 #846772 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB132103114-
CMYK00.220.140.48
HSL337.24º12.34%46.08%-
HSV(B)337.24º21.97%51.76%-
XYZ17.415.8218.06-
YUV112.92128.61141.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 103 (40.62% from 255) = 29.51%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=37.82%
G=29.51%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210311400.220.140.48337.2412.3446.08
Hex846772016E30151c2e
Octal20414716202616605211456
Binary100001001100111111001001011011101100001010100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846772; }

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

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

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

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

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

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

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

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