Html Css Color HEX #876670 Mauve Taupe

📋 copy color: '#876670'

red 135 ◦ green 102 ◦ blue 112

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

Shades of Mauve Taupe #876670

Tints of Mauve Taupe #876670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.23%

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 38.68%
G = 29.23%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#876670 (or 0x876670) is known color: Mauve Taupe. HEX triplet: 87, 66 and 70. RGB value is (135,102,112). Sum of RGB (Red+Green+Blue) = 135+102+112=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #876670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876670 is #78998F. Grayscale: #717171. Windows color (decimal): -7903632 or 7366279. OLE color: 7366279.

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

Color convert

RGB 135 102 112 -
CMYK 0 0.24 0.17 0.47
HSL 341.82º 0.14% 0.46% -
HSV(B) 341.82º 0.24% 0.53% -
XYZ 17.67 15.82 17.45 -
YUV 113.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 135 102 112 0 0.24 0.17 0.47 341.82 0.14 0.46
Hex 87 66 70 0 18 11 2F 156 E 2E
Octal 207 146 160 0 30 21 57 526 16 56
Binary 10000111 1100110 1110000 0 11000 10001 101111 101010110 1110 101110

Color Harmonies of #876670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876670

Black with #876670

Text Example


Text Example

White with #876670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876670; }

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

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

background-color css

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

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

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

border-color css

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

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

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