#876066

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

Shades of Mauve Taupe #876066

Tints of Mauve Taupe #876066

Color information

#876066 (or 0x876066) is unknown color: approx Mauve Taupe. HEX triplet: 87, 60 and 66. RGB value is (135,96,102). Sum of RGB (Red+Green+Blue) = 135+96+102=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #876066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876066 is #789F99. Grayscale: #6C6C6C. Windows color (decimal): -7905178 or 6709383. OLE color: 6709383.

HSL color Cylindrical-coordinate representation of color #876066: hue angle of 350.77º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #876066 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13596102-
CMYK00.290.240.47
HSL350.77º16.88%45.29%-
HSV(B)350.77º28.89%52.94%-
XYZ16.5714.4814.49-
YUV108.34124.42147.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.54%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=40.54%
G=28.83%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359610200.290.240.47350.7716.8845.29
Hex87606601D182F15f112d
Octal20714014603530575372155
Binary10000111110000011001100111011100010111110101111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876066; }

 p { color: rgb(135,96,102); }

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

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

 a { background-color: rgb(135,96,102); }

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

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

 span { border-color: rgb(135,96,102); }

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