Html Css Color HEX #886972 Mauve Taupe

📋 copy color: '#886972'

red 136 ◦ green 105 ◦ blue 114

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

Shades of Mauve Taupe #886972

Tints of Mauve Taupe #886972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.58%

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

R = 38.31%
G = 29.58%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#886972 (or 0x886972) is known color: Mauve Taupe. HEX triplet: 88, 69 and 72. RGB value is (136,105,114). Sum of RGB (Red+Green+Blue) = 136+105+114=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #886972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886972 is #77968D. Grayscale: #737373. Windows color (decimal): -7837326 or 7498120. OLE color: 7498120.

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

Color convert

RGB 136 105 114 -
CMYK 0 0.23 0.16 0.47
HSL 342.58º 0.13% 0.47% -
HSV(B) 342.58º 0.23% 0.53% -
XYZ 18.24 16.55 18.15 -
YUV 115.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 136 105 114 0 0.23 0.16 0.47 342.58 0.13 0.47
Hex 88 69 72 0 17 10 2F 157 D 2F
Octal 210 151 162 0 27 20 57 527 15 57
Binary 10001000 1101001 1110010 0 10111 10000 101111 101010111 1101 101111

Color Harmonies of #886972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886972

Black with #886972

Text Example


Text Example

White with #886972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886972; }

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

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

background-color css

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

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

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

border-color css

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

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

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