Html Css Color HEX #885D72 Mauve Taupe

📋 copy color: '#885D72'

red 136 ◦ green 93 ◦ blue 114

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

Shades of Mauve Taupe #885D72

Tints of Mauve Taupe #885D72

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.11%

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 39.65%
G = 27.11%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#885D72 (or 0x885D72) is known color: Mauve Taupe. HEX triplet: 88, 5D and 72. RGB value is (136,93,114). Sum of RGB (Red+Green+Blue) = 136+93+114=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #885D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885D72 is #77A28D. Grayscale: #6C6C6C. Windows color (decimal): -7840398 or 7495048. OLE color: 7495048.

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

Color convert

RGB 136 93 114 -
CMYK 0 0.32 0.16 0.47
HSL 330.7º 0.19% 0.45% -
HSV(B) 330.7º 0.32% 0.53% -
XYZ 17.1 14.28 17.77 -
YUV 108.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 136 93 114 0 0.32 0.16 0.47 330.7 0.19 0.45
Hex 88 5D 72 0 20 10 2F 14B 13 2D
Octal 210 135 162 0 40 20 57 513 23 55
Binary 10001000 1011101 1110010 0 100000 10000 101111 101001011 10011 101101

Color Harmonies of #885D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D72

Black with #885D72

Text Example


Text Example

White with #885D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,93,114); }

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

background-color css

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

 a { background-color: rgb(136,93,114); }

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

border-color css

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

 span { border-color: rgb(136,93,114); }

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