#87666B

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

Shades of Mauve Taupe #87666B

Tints of Mauve Taupe #87666B

Color information

#87666B (or 0x87666B) is unknown color: approx Mauve Taupe. HEX triplet: 87, 66 and 6B. RGB value is (135,102,107). Sum of RGB (Red+Green+Blue) = 135+102+107=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #87666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87666B is #789994. Grayscale: #707070. Windows color (decimal): -7903637 or 7038599. OLE color: 7038599.

HSL color Cylindrical-coordinate representation of color #87666B: hue angle of 350.91º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87666B is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB135102107-
CMYK00.240.210.47
HSL350.91º13.92%46.47%-
HSV(B)350.91º24.44%52.94%-
XYZ17.415.7216.03-
YUV112.44124.93144.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=39.24%
G=29.65%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510210700.240.210.47350.9113.9246.47
Hex87666B018152F15fe2e
Octal20714615303025575371656
Binary1000011111001101101011011000101011011111010111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87666B; }

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

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

<style>
 a { background-color: #87666B; }

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

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

<style>
 span { border-color: #87666B; }

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

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