Html Css Color HEX #876273 Mauve Taupe

📋 copy color: '#876273'

red 135 ◦ green 98 ◦ blue 115

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

Shades of Mauve Taupe #876273

Tints of Mauve Taupe #876273

RGB

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

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

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

R = 38.79%
G = 28.16%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#876273 (or 0x876273) is known color: Mauve Taupe. HEX triplet: 87, 62 and 73. RGB value is (135,98,115). Sum of RGB (Red+Green+Blue) = 135+98+115=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #876273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876273 is #789D8C. Grayscale: #6E6E6E. Windows color (decimal): -7904653 or 7561863. OLE color: 7561863.

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

Color convert

RGB 135 98 115 -
CMYK 0 0.27 0.15 0.47
HSL 332.43º 0.16% 0.46% -
HSV(B) 332.43º 0.27% 0.53% -
XYZ 17.45 15.12 18.22 -
YUV 111 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 135 98 115 0 0.27 0.15 0.47 332.43 0.16 0.46
Hex 87 62 73 0 1B F 2F 14C 10 2E
Octal 207 142 163 0 33 17 57 514 20 56
Binary 10000111 1100010 1110011 0 11011 1111 101111 101001100 10000 101110

Color Harmonies of #876273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876273

Black with #876273

Text Example


Text Example

White with #876273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876273; }

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

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

background-color css

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

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

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

border-color css

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

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

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