#875B6B

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

Shades of Mauve Taupe #875B6B

Tints of Mauve Taupe #875B6B

Color information

#875B6B (or 0x875B6B) is unknown color: approx Mauve Taupe. HEX triplet: 87, 5B and 6B. RGB value is (135,91,107). Sum of RGB (Red+Green+Blue) = 135+91+107=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #875B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B6B is #78A494. Grayscale: #696969. Windows color (decimal): -7906453 or 7035783. OLE color: 7035783.

HSL color Cylindrical-coordinate representation of color #875B6B: hue angle of 338.18º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875B6B is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13591107-
CMYK00.330.210.47
HSL338.18º19.47%44.31%-
HSV(B)338.18º32.59%52.94%-
XYZ16.3913.6915.69-
YUV105.98128.58148.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.54%
GREEN value IS 91 (35.94% from 255) = 27.33%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=40.54%
G=27.33%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359110700.330.210.47338.1819.4744.31
Hex875B6B021152F152132c
Octal20713315304125575222354
Binary100001111011011110101101000011010110111110101001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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