#846770

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

Shades of Mauve Taupe #846770

Tints of Mauve Taupe #846770

Color information

#846770 (or 0x846770) is unknown color: approx Mauve Taupe. HEX triplet: 84, 67 and 70. RGB value is (132,103,112). Sum of RGB (Red+Green+Blue) = 132+103+112=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #846770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846770 is #7B988F. Grayscale: #707070. Windows color (decimal): -8099984 or 7366532. OLE color: 7366532.

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

Color convert

RGB132103112-
CMYK00.220.150.48
HSL341.38º12.34%46.08%-
HSV(B)341.38º21.97%51.76%-
XYZ17.2915.7817.46-
YUV112.7127.61141.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 103 (40.62% from 255) = 29.68%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=38.04%
G=29.68%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210311200.220.150.48341.3812.3446.08
Hex846770016F30155c2e
Octal20414716002617605251456
Binary100001001100111111000001011011111100001010101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846770; }

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

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

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

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

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

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

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

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