#876B75

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

Shades of Mauve Taupe #876B75

Tints of Mauve Taupe #876B75

Color information

#876B75 (or 0x876B75) is unknown color: approx Mauve Taupe. HEX triplet: 87, 6B and 75. RGB value is (135,107,117). Sum of RGB (Red+Green+Blue) = 135+107+117=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #876B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B75 is #78948A. Grayscale: #747474. Windows color (decimal): -7902347 or 7695239. OLE color: 7695239.

HSL color Cylindrical-coordinate representation of color #876B75: hue angle of 338.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #876B75 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB135107117-
CMYK00.210.130.47
HSL338.57º11.57%47.45%-
HSV(B)338.57º20.74%52.94%-
XYZ18.4616.9519.13-
YUV116.51128.28141.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.60%
GREEN value IS 107 (42.19% from 255) = 29.81%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=37.60%
G=29.81%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510711700.210.130.47338.5711.5747.45
Hex876B75015D2F153c2f
Octal20715316502515575231457
Binary100001111101011111010101010111011011111010100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876B75; }

 p { color: rgb(135,107,117); }

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

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

 a { background-color: rgb(135,107,117); }

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

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

 span { border-color: rgb(135,107,117); }

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