Html Css Color HEX #886072 Mauve Taupe

📋 copy color: '#886072'

red 136 ◦ green 96 ◦ blue 114

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

Shades of Mauve Taupe #886072

Tints of Mauve Taupe #886072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.75%

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

R = 39.31%
G = 27.75%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#886072 (or 0x886072) is known color: Mauve Taupe. HEX triplet: 88, 60 and 72. RGB value is (136,96,114). Sum of RGB (Red+Green+Blue) = 136+96+114=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #886072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886072 is #779F8D. Grayscale: #6D6D6D. Windows color (decimal): -7839630 or 7495816. OLE color: 7495816.

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

Color convert

RGB 136 96 114 -
CMYK 0 0.29 0.16 0.47
HSL 333º 0.17% 0.45% -
HSV(B) 333º 0.29% 0.53% -
XYZ 17.37 14.81 17.86 -
YUV 110.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 136 96 114 0 0.29 0.16 0.47 333 0.17 0.45
Hex 88 60 72 0 1D 10 2F 14D 11 2D
Octal 210 140 162 0 35 20 57 515 21 55
Binary 10001000 1100000 1110010 0 11101 10000 101111 101001101 10001 101101

Color Harmonies of #886072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886072

Black with #886072

Text Example


Text Example

White with #886072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886072; }

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

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

background-color css

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

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

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

border-color css

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

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

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