#87666A

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

Shades of Mauve Taupe #87666A

Tints of Mauve Taupe #87666A

Color information

#87666A (or 0x87666A) is unknown color: approx Mauve Taupe. HEX triplet: 87, 66 and 6A. RGB value is (135,102,106). Sum of RGB (Red+Green+Blue) = 135+102+106=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #87666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87666A is #789995. Grayscale: #707070. Windows color (decimal): -7903638 or 6973063. OLE color: 6973063.

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

Color convert

RGB135102106-
CMYK00.240.210.47
HSL352.73º13.92%46.47%-
HSV(B)352.73º24.44%52.94%-
XYZ17.3415.6915.75-
YUV112.32124.43144.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=39.36%
G=29.74%
B=30.90%

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
Decimal13510210600.240.210.47352.7313.9246.47
Hex87666A018152F161e2e
Octal20714615203025575411656
Binary1000011111001101101010011000101011011111011000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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