Html Css Color HEX #886774 Mauve Taupe

📋 copy color: '#886774'

red 136 ◦ green 103 ◦ blue 116

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

Shades of Mauve Taupe #886774

Tints of Mauve Taupe #886774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.01%

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

R = 38.31%
G = 29.01%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#886774 (or 0x886774) is known color: Mauve Taupe. HEX triplet: 88, 67 and 74. RGB value is (136,103,116). Sum of RGB (Red+Green+Blue) = 136+103+116=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #886774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886774 is #77988B. Grayscale: #727272. Windows color (decimal): -7837836 or 7628680. OLE color: 7628680.

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

Color convert

RGB 136 103 116 -
CMYK 0 0.24 0.15 0.47
HSL 336.36º 0.14% 0.47% -
HSV(B) 336.36º 0.24% 0.53% -
XYZ 18.16 16.2 18.69 -
YUV 114.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 136 103 116 0 0.24 0.15 0.47 336.36 0.14 0.47
Hex 88 67 74 0 18 F 2F 150 E 2F
Octal 210 147 164 0 30 17 57 520 16 57
Binary 10001000 1100111 1110100 0 11000 1111 101111 101010000 1110 101111

Color Harmonies of #886774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886774

Black with #886774

Text Example


Text Example

White with #886774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886774; }

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

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

background-color css

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

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

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

border-color css

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

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

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