#88676E

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

Shades of Mauve Taupe #88676E

Tints of Mauve Taupe #88676E

Color information

#88676E (or 0x88676E) is unknown color: approx Mauve Taupe. HEX triplet: 88, 67 and 6E. RGB value is (136,103,110). Sum of RGB (Red+Green+Blue) = 136+103+110=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #88676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88676E is #779891. Grayscale: #717171. Windows color (decimal): -7837842 or 7235464. OLE color: 7235464.

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

Color convert

RGB136103110-
CMYK00.240.190.47
HSL347.27º13.81%46.86%-
HSV(B)347.27º24.26%53.33%-
XYZ17.8216.0616.91-
YUV113.66125.93143.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 103 (40.62% from 255) = 29.51%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=38.97%
G=29.51%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610311000.240.190.47347.2713.8146.86
Hex88676E018132F15be2f
Octal21014715603023575331657
Binary1000100011001111101110011000100111011111010110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88676E; }

 p { color: rgb(136,103,110); }

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

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

 a { background-color: rgb(136,103,110); }

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

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

 span { border-color: rgb(136,103,110); }

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