Html Css Color HEX #886073 Mauve Taupe

📋 copy color: '#886073'

red 136 ◦ green 96 ◦ blue 115

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

Shades of Mauve Taupe #886073

Tints of Mauve Taupe #886073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.14%

R = 39.19%
G = 27.67%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#886073 (or 0x886073) is known color: Mauve Taupe. HEX triplet: 88, 60 and 73. RGB value is (136,96,115). Sum of RGB (Red+Green+Blue) = 136+96+115=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #886073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886073 is #779F8C. Grayscale: #6E6E6E. Windows color (decimal): -7839629 or 7561352. OLE color: 7561352.

HSL color Cylindrical-coordinate representation of color #886073: hue angle of 331.5º 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 #886073 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 96 115 -
CMYK 0 0.29 0.15 0.47
HSL 331.5º 0.17% 0.45% -
HSV(B) 331.5º 0.29% 0.53% -
XYZ 17.43 14.84 18.16 -
YUV 110.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 136 96 115 0 0.29 0.15 0.47 331.5 0.17 0.45
Hex 88 60 73 0 1D F 2F 14C 11 2D
Octal 210 140 163 0 35 17 57 514 21 55
Binary 10001000 1100000 1110011 0 11101 1111 101111 101001100 10001 101101

Color Harmonies of #886073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886073

Black with #886073

Text Example


Text Example

White with #886073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886073; }

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

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

background-color css

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

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

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

border-color css

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

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

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