Html Css Color HEX #886974 Mauve Taupe

📋 copy color: '#886974'

red 136 ◦ green 105 ◦ blue 116

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

Shades of Mauve Taupe #886974

Tints of Mauve Taupe #886974

RGB

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

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

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

R = 38.1%
G = 29.41%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#886974 (or 0x886974) is known color: Mauve Taupe. HEX triplet: 88, 69 and 74. RGB value is (136,105,116). Sum of RGB (Red+Green+Blue) = 136+105+116=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #886974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886974 is #77968B. Grayscale: #737373. Windows color (decimal): -7837324 or 7629192. OLE color: 7629192.

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

Color convert

RGB 136 105 116 -
CMYK 0 0.23 0.15 0.47
HSL 338.71º 0.13% 0.47% -
HSV(B) 338.71º 0.23% 0.53% -
XYZ 18.36 16.6 18.76 -
YUV 115.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 136 105 116 0 0.23 0.15 0.47 338.71 0.13 0.47
Hex 88 69 74 0 17 F 2F 153 D 2F
Octal 210 151 164 0 27 17 57 523 15 57
Binary 10001000 1101001 1110100 0 10111 1111 101111 101010011 1101 101111

Color Harmonies of #886974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886974

Black with #886974

Text Example


Text Example

White with #886974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886974; }

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

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

background-color css

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

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

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

border-color css

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

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

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