Html Css Color HEX #87656C Mauve Taupe

📋 copy color: '#87656C'

red 135 ◦ green 101 ◦ blue 108

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

Shades of Mauve Taupe #87656C

Tints of Mauve Taupe #87656C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 39.24%
G = 29.36%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87656C (or 0x87656C) is known color: Mauve Taupe. HEX triplet: 87, 65 and 6C. RGB value is (135,101,108). Sum of RGB (Red+Green+Blue) = 135+101+108=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #87656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87656C is #789A93. Grayscale: #6F6F6F. Windows color (decimal): -7903892 or 7103879. OLE color: 7103879.

HSL color Cylindrical-coordinate representation of color #87656C: hue angle of 347.65º 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 #87656C is Cyan = 0, Magento = 0.25, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 101 108 -
CMYK 0 0.25 0.2 0.47
HSL 347.65º 0.14% 0.46% -
HSV(B) 347.65º 0.25% 0.53% -
XYZ 17.35 15.54 16.27 -
YUV 111.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 135 101 108 0 0.25 0.2 0.47 347.65 0.14 0.46
Hex 87 65 6C 0 19 14 2F 15C E 2E
Octal 207 145 154 0 31 24 57 534 16 56
Binary 10000111 1100101 1101100 0 11001 10100 101111 101011100 1110 101110

Color Harmonies of #87656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87656C

Black with #87656C

Text Example


Text Example

White with #87656C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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