#886474

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

Shades of Mauve Taupe #886474

Tints of Mauve Taupe #886474

Color information

#886474 (or 0x886474) is unknown color: approx Mauve Taupe. HEX triplet: 88, 64 and 74. RGB value is (136,100,116). Sum of RGB (Red+Green+Blue) = 136+100+116=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #886474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886474 is #779B8B. Grayscale: #707070. Windows color (decimal): -7838604 or 7627912. OLE color: 7627912.

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

Color convert

RGB136100116-
CMYK00.260.150.47
HSL333.33º15.25%46.27%-
HSV(B)333.33º26.47%53.33%-
XYZ17.8615.6118.59-
YUV112.59129.93144.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 100 (39.45% from 255) = 28.41%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=38.64%
G=28.41%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610011600.260.150.47333.3315.2546.27
Hex88647401AF2F14df2e
Octal21014416403217575151756
Binary100010001100100111010001101011111011111010011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886474; }

 p { color: rgb(136,100,116); }

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

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

 a { background-color: rgb(136,100,116); }

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

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

 span { border-color: rgb(136,100,116); }

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