Html Css Color HEX #876C76 Mauve Taupe

📋 copy color: '#876C76'

red 135 ◦ green 108 ◦ blue 118

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

Shades of Mauve Taupe #876C76

Tints of Mauve Taupe #876C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.92%

 BLUE value IS 118 (46.48% from 255) = 32.69%

R = 37.4%
G = 29.92%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#876C76 (or 0x876C76) is known color: Mauve Taupe. HEX triplet: 87, 6C and 76. RGB value is (135,108,118). Sum of RGB (Red+Green+Blue) = 135+108+118=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #876C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876C76 is #789389. Grayscale: #757575. Windows color (decimal): -7902090 or 7761031. OLE color: 7761031.

HSL color Cylindrical-coordinate representation of color #876C76: hue angle of 337.78º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #876C76 is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 108 118 -
CMYK 0 0.2 0.13 0.47
HSL 337.78º 0.11% 0.48% -
HSV(B) 337.78º 0.2% 0.53% -
XYZ 18.62 17.18 19.47 -
YUV 117.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 135 108 118 0 0.2 0.13 0.47 337.78 0.11 0.48
Hex 87 6C 76 0 14 D 2F 152 B 30
Octal 207 154 166 0 24 15 57 522 13 60
Binary 10000111 1101100 1110110 0 10100 1101 101111 101010010 1011 110000

Color Harmonies of #876C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876C76

Black with #876C76

Text Example


Text Example

White with #876C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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