Html Css Color HEX #886674 Mauve Taupe

📋 copy color: '#886674'

red 136 ◦ green 102 ◦ blue 116

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

Shades of Mauve Taupe #886674

Tints of Mauve Taupe #886674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

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

R = 38.42%
G = 28.81%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#886674 (or 0x886674) is known color: Mauve Taupe. HEX triplet: 88, 66 and 74. RGB value is (136,102,116). Sum of RGB (Red+Green+Blue) = 136+102+116=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #886674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886674 is #77998B. Grayscale: #717171. Windows color (decimal): -7838092 or 7628424. OLE color: 7628424.

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

Color convert

RGB 136 102 116 -
CMYK 0 0.25 0.15 0.47
HSL 335.29º 0.14% 0.47% -
HSV(B) 335.29º 0.25% 0.53% -
XYZ 18.06 16 18.66 -
YUV 113.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 136 102 116 0 0.25 0.15 0.47 335.29 0.14 0.47
Hex 88 66 74 0 19 F 2F 14F E 2F
Octal 210 146 164 0 31 17 57 517 16 57
Binary 10001000 1100110 1110100 0 11001 1111 101111 101001111 1110 101111

Color Harmonies of #886674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886674

Black with #886674

Text Example


Text Example

White with #886674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886674; }

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

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

background-color css

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

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

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

border-color css

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

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

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