#986877

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

Shades of Mauve Taupe #986877

Tints of Mauve Taupe #986877

Color information

#986877 (or 0x986877) is unknown color: approx Mauve Taupe. HEX triplet: 98, 68 and 77. RGB value is (152,104,119). Sum of RGB (Red+Green+Blue) = 152+104+119=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #986877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986877 is #679788. Grayscale: #787878. Windows color (decimal): -6789001 or 7825560. OLE color: 7825560.

HSL color Cylindrical-coordinate representation of color #986877: hue angle of 341.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #986877 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB152104119-
CMYK00.320.220.40
HSL341.25º18.9%50.2%-
HSV(B)341.25º31.58%59.61%-
XYZ21.2317.9119.79-
YUV120.06127.4150.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.53%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 119 (46.88% from 255) = 31.73%
R=40.53%
G=27.73%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210411900.320.220.40341.2518.950.2
Hex98687702016281551332
Octal23015016704026505252362
Binary100110001101000111011101000001011010100010101010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986877; }

 p { color: rgb(152,104,119); }

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

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

 a { background-color: rgb(152,104,119); }

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

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

 span { border-color: rgb(152,104,119); }

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