Html Css Color HEX #876673 Mauve Taupe

📋 copy color: '#876673'

red 135 ◦ green 102 ◦ blue 115

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

Shades of Mauve Taupe #876673

Tints of Mauve Taupe #876673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.67%

R = 38.35%
G = 28.98%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#876673 (or 0x876673) is known color: Mauve Taupe. HEX triplet: 87, 66 and 73. RGB value is (135,102,115). Sum of RGB (Red+Green+Blue) = 135+102+115=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #876673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876673 is #78998C. Grayscale: #717171. Windows color (decimal): -7903629 or 7562887. OLE color: 7562887.

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

Color convert

RGB 135 102 115 -
CMYK 0 0.24 0.15 0.47
HSL 336.36º 0.14% 0.46% -
HSV(B) 336.36º 0.24% 0.53% -
XYZ 17.84 15.89 18.35 -
YUV 113.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 135 102 115 0 0.24 0.15 0.47 336.36 0.14 0.46
Hex 87 66 73 0 18 F 2F 150 E 2E
Octal 207 146 163 0 30 17 57 520 16 56
Binary 10000111 1100110 1110011 0 11000 1111 101111 101010000 1110 101110

Color Harmonies of #876673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876673

Black with #876673

Text Example


Text Example

White with #876673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876673; }

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

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

background-color css

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

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

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

border-color css

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

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

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