Html Css Color HEX #87656E Mauve Taupe

📋 copy color: '#87656E'

red 135 ◦ green 101 ◦ blue 110

#87656E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #87656E

Tints of Mauve Taupe #87656E

RGB

 RED value IS 135 (53.13% from 255) = 39.02%

 GREEN value IS 101 (39.84% from 255) = 29.19%

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 39.02%
G = 29.19%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87656E (or 0x87656E) is known color: Mauve Taupe. HEX triplet: 87, 65 and 6E. RGB value is (135,101,110). Sum of RGB (Red+Green+Blue) = 135+101+110=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #87656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87656E is #789A91. Grayscale: #707070. Windows color (decimal): -7903890 or 7234951. OLE color: 7234951.

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

Color convert

RGB 135 101 110 -
CMYK 0 0.25 0.19 0.47
HSL 344.12º 0.14% 0.46% -
HSV(B) 344.12º 0.25% 0.53% -
XYZ 17.46 15.58 16.84 -
YUV 112.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 135 101 110 0 0.25 0.19 0.47 344.12 0.14 0.46
Hex 87 65 6E 0 19 13 2F 158 E 2E
Octal 207 145 156 0 31 23 57 530 16 56
Binary 10000111 1100101 1101110 0 11001 10011 101111 101011000 1110 101110

Color Harmonies of #87656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87656E

Black with #87656E

Text Example


Text Example

White with #87656E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87656E; }

 p { color: rgb(135,101,110); }

 H1.HeaderClassName
 {
   color: #87656E;
 }
 .AnyTagClassName
 {
   color: #87656E;
 }
</style>

background-color css

<style>
 a { background-color: #87656E; }

 a { background-color: rgb(135,101,110); }

 div.DivClassName
 {
   background-color: #87656E;
 }
 .BgClassName
 {
   background-color: #87656E;
 }
</style>

border-color css

<style>
 span { border-color: #87656E; }

 span { border-color: rgb(135,101,110); }

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