#875B67

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

Shades of Mauve Taupe #875B67

Tints of Mauve Taupe #875B67

Color information

#875B67 (or 0x875B67) is unknown color: approx Mauve Taupe. HEX triplet: 87, 5B and 67. RGB value is (135,91,103). Sum of RGB (Red+Green+Blue) = 135+91+103=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #875B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B67 is #78A498. Grayscale: #696969. Windows color (decimal): -7906457 or 6773639. OLE color: 6773639.

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

Color convert

RGB13591103-
CMYK00.330.240.47
HSL343.64º19.47%44.31%-
HSV(B)343.64º32.59%52.94%-
XYZ16.1813.6114.61-
YUV105.52126.58149.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.03%
GREEN value IS 91 (35.94% from 255) = 27.66%
BLUE value IS 103 (40.62% from 255) = 31.31%
R=41.03%
G=27.66%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359110300.330.240.47343.6419.4744.31
Hex875B67021182F158132c
Octal20713314704130575302354
Binary100001111011011110011101000011100010111110101100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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