Html Css Color HEX #886374 Mauve Taupe

📋 copy color: '#886374'

red 136 ◦ green 99 ◦ blue 116

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

Shades of Mauve Taupe #886374

Tints of Mauve Taupe #886374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.21%

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 38.75%
G = 28.21%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#886374 (or 0x886374) is known color: Mauve Taupe. HEX triplet: 88, 63 and 74. RGB value is (136,99,116). Sum of RGB (Red+Green+Blue) = 136+99+116=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #886374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886374 is #779C8B. Grayscale: #6F6F6F. Windows color (decimal): -7838860 or 7627656. OLE color: 7627656.

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

Color convert

RGB 136 99 116 -
CMYK 0 0.27 0.15 0.47
HSL 332.43º 0.16% 0.46% -
HSV(B) 332.43º 0.27% 0.53% -
XYZ 17.77 15.42 18.56 -
YUV 112 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 136 99 116 0 0.27 0.15 0.47 332.43 0.16 0.46
Hex 88 63 74 0 1B F 2F 14C 10 2E
Octal 210 143 164 0 33 17 57 514 20 56
Binary 10001000 1100011 1110100 0 11011 1111 101111 101001100 10000 101110

Color Harmonies of #886374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886374

Black with #886374

Text Example


Text Example

White with #886374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886374; }

 p { color: rgb(136,99,116); }

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

background-color css

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

 a { background-color: rgb(136,99,116); }

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

border-color css

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

 span { border-color: rgb(136,99,116); }

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