#876273

Color #876273 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #876273

Tints of Mauve Taupe #876273

Color information

#876273 (or 0x876273) is unknown color: approx 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

RGB13598115-
CMYK00.270.150.47
HSL332.43º15.88%45.69%-
HSV(B)332.43º27.41%52.94%-
XYZ17.4515.1218.22-
YUV111130.26145.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359811500.270.150.47332.4315.8845.69
Hex87627301BF2F14c102e
Octal20714216303317575142056
Binary1000011111000101110011011011111110111110100110010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>