#876974

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

Shades of Mauve Taupe #876974

Tints of Mauve Taupe #876974

Color information

#876974 (or 0x876974) is unknown color: approx Mauve Taupe. HEX triplet: 87, 69 and 74. RGB value is (135,105,116). Sum of RGB (Red+Green+Blue) = 135+105+116=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #876974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876974 is #78968B. Grayscale: #737373. Windows color (decimal): -7902860 or 7629191. OLE color: 7629191.

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

Color convert

RGB135105116-
CMYK00.220.140.47
HSL338º12.5%47.06%-
HSV(B)338º22.22%52.94%-
XYZ18.216.5218.75-
YUV115.22128.44142.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.92%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 116 (45.70% from 255) = 32.58%
R=37.92%
G=29.49%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510511600.220.140.4733812.547.06
Hex876974016E2F152d2f
Octal20715116402616575221557
Binary100001111101001111010001011011101011111010100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876974; }

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

 H1.HeaderClassName
 {
   color: #876974;
 }
 .AnyTagClassName
 {
   color: #876974;
 }
</style>
background-color css

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

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

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

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

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

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