#875E67

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

Shades of Mauve Taupe #875E67

Tints of Mauve Taupe #875E67

Color information

#875E67 (or 0x875E67) is unknown color: approx Mauve Taupe. HEX triplet: 87, 5E and 67. RGB value is (135,94,103). Sum of RGB (Red+Green+Blue) = 135+94+103=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #875E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E67 is #78A198. Grayscale: #6B6B6B. Windows color (decimal): -7905689 or 6774407. OLE color: 6774407.

HSL color Cylindrical-coordinate representation of color #875E67: hue angle of 346.83º degrees, saturation: 0.18, 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 #875E67 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13594103-
CMYK00.300.240.47
HSL346.83º17.9%44.9%-
HSV(B)346.83º30.37%52.94%-
XYZ16.4414.1414.69-
YUV107.28125.58147.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=40.66%
G=28.31%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359410300.300.240.47346.8317.944.9
Hex875E6701E182F15b122d
Octal20713614703630575332255
Binary10000111101111011001110111101100010111110101101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,94,103); }

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

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

 a { background-color: rgb(135,94,103); }

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

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

 span { border-color: rgb(135,94,103); }

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