Html Css Color HEX #885E70 Mauve Taupe

📋 copy color: '#885E70'

red 136 ◦ green 94 ◦ blue 112

#885E70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #885E70

Tints of Mauve Taupe #885E70

RGB

 RED value IS 136 (53.52% from 255) = 39.77%

 GREEN value IS 94 (37.11% from 255) = 27.49%

 BLUE value IS 112 (44.14% from 255) = 32.75%

R = 39.77%
G = 27.49%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#885E70 (or 0x885E70) is known color: Mauve Taupe. HEX triplet: 88, 5E and 70. RGB value is (136,94,112). Sum of RGB (Red+Green+Blue) = 136+94+112=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #885E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E70 is #77A18F. Grayscale: #6C6C6C. Windows color (decimal): -7840144 or 7364232. OLE color: 7364232.

HSL color Cylindrical-coordinate representation of color #885E70: hue angle of 334.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #885E70 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 94 112 -
CMYK 0 0.31 0.18 0.47
HSL 334.29º 0.18% 0.45% -
HSV(B) 334.29º 0.31% 0.53% -
XYZ 17.08 14.41 17.21 -
YUV 108.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 136 94 112 0 0.31 0.18 0.47 334.29 0.18 0.45
Hex 88 5E 70 0 1F 12 2F 14E 12 2D
Octal 210 136 160 0 37 22 57 516 22 55
Binary 10001000 1011110 1110000 0 11111 10010 101111 101001110 10010 101101

Color Harmonies of #885E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E70

Black with #885E70

Text Example


Text Example

White with #885E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885E70; }

 p { color: rgb(136,94,112); }

 H1.HeaderClassName
 {
   color: #885E70;
 }
 .AnyTagClassName
 {
   color: #885E70;
 }
</style>

background-color css

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

 a { background-color: rgb(136,94,112); }

 div.DivClassName
 {
   background-color: #885E70;
 }
 .BgClassName
 {
   background-color: #885E70;
 }
</style>

border-color css

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

 span { border-color: rgb(136,94,112); }

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