#875F6C

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

Shades of Mauve Taupe #875F6C

Tints of Mauve Taupe #875F6C

Color information

#875F6C (or 0x875F6C) is unknown color: approx Mauve Taupe. HEX triplet: 87, 5F and 6C. RGB value is (135,95,108). Sum of RGB (Red+Green+Blue) = 135+95+108=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #875F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F6C is #78A093. Grayscale: #6C6C6C. Windows color (decimal): -7905428 or 7102343. OLE color: 7102343.

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

Color convert

RGB13595108-
CMYK00.300.20.47
HSL340.5º17.39%45.1%-
HSV(B)340.5º29.63%52.94%-
XYZ16.7914.4216.09-
YUV108.44127.75146.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 95 (37.5% from 255) = 28.11%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=39.94%
G=28.11%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359510800.300.20.47340.517.3945.1
Hex875F6C01E142F154112d
Octal20713715403624575242155
Binary10000111101111111011000111101010010111110101010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875F6C; }

 p { color: rgb(135,95,108); }

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

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

 a { background-color: rgb(135,95,108); }

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

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

 span { border-color: rgb(135,95,108); }

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