Html Css Color HEX #876674 Mauve Taupe

📋 copy color: '#876674'

red 135 ◦ green 102 ◦ blue 116

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

Shades of Mauve Taupe #876674

Tints of Mauve Taupe #876674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.86%

R = 38.24%
G = 28.9%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#876674 (or 0x876674) is known color: Mauve Taupe. HEX triplet: 87, 66 and 74. RGB value is (135,102,116). Sum of RGB (Red+Green+Blue) = 135+102+116=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #876674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876674 is #78998B. Grayscale: #717171. Windows color (decimal): -7903628 or 7628423. OLE color: 7628423.

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

Color convert

RGB 135 102 116 -
CMYK 0 0.24 0.14 0.47
HSL 334.55º 0.14% 0.46% -
HSV(B) 334.55º 0.24% 0.53% -
XYZ 17.9 15.91 18.65 -
YUV 113.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 135 102 116 0 0.24 0.14 0.47 334.55 0.14 0.46
Hex 87 66 74 0 18 E 2F 14F E 2E
Octal 207 146 164 0 30 16 57 517 16 56
Binary 10000111 1100110 1110100 0 11000 1110 101111 101001111 1110 101110

Color Harmonies of #876674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876674

Black with #876674

Text Example


Text Example

White with #876674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876674; }

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

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

background-color css

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

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

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

border-color css

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

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

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