Html Css Color HEX #876672 Mauve Taupe

📋 copy color: '#876672'

red 135 ◦ green 102 ◦ blue 114

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

Shades of Mauve Taupe #876672

Tints of Mauve Taupe #876672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 38.46%
G = 29.06%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#876672 (or 0x876672) is known color: Mauve Taupe. HEX triplet: 87, 66 and 72. RGB value is (135,102,114). Sum of RGB (Red+Green+Blue) = 135+102+114=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #876672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876672 is #78998D. Grayscale: #717171. Windows color (decimal): -7903630 or 7497351. OLE color: 7497351.

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

Color convert

RGB 135 102 114 -
CMYK 0 0.24 0.16 0.47
HSL 338.18º 0.14% 0.46% -
HSV(B) 338.18º 0.24% 0.53% -
XYZ 17.78 15.87 18.05 -
YUV 113.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 135 102 114 0 0.24 0.16 0.47 338.18 0.14 0.46
Hex 87 66 72 0 18 10 2F 152 E 2E
Octal 207 146 162 0 30 20 57 522 16 56
Binary 10000111 1100110 1110010 0 11000 10000 101111 101010010 1110 101110

Color Harmonies of #876672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876672

Black with #876672

Text Example


Text Example

White with #876672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876672; }

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

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

background-color css

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

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

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

border-color css

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

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

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