Html Css Color HEX #876270 Mauve Taupe

📋 copy color: '#876270'

red 135 ◦ green 98 ◦ blue 112

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

Shades of Mauve Taupe #876270

Tints of Mauve Taupe #876270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

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

R = 39.13%
G = 28.41%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#876270 (or 0x876270) is known color: Mauve Taupe. HEX triplet: 87, 62 and 70. RGB value is (135,98,112). Sum of RGB (Red+Green+Blue) = 135+98+112=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #876270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876270 is #789D8F. Grayscale: #6E6E6E. Windows color (decimal): -7904656 or 7365255. OLE color: 7365255.

HSL color Cylindrical-coordinate representation of color #876270: hue angle of 337.3º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #876270 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 98 112 -
CMYK 0 0.27 0.17 0.47
HSL 337.3º 0.16% 0.46% -
HSV(B) 337.3º 0.27% 0.53% -
XYZ 17.28 15.06 17.32 -
YUV 110.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 135 98 112 0 0.27 0.17 0.47 337.3 0.16 0.46
Hex 87 62 70 0 1B 11 2F 151 10 2E
Octal 207 142 160 0 33 21 57 521 20 56
Binary 10000111 1100010 1110000 0 11011 10001 101111 101010001 10000 101110

Color Harmonies of #876270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876270

Black with #876270

Text Example


Text Example

White with #876270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876270; }

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

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

background-color css

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

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

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

border-color css

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

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

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