Html Css Color HEX #886975 Mauve Taupe

📋 copy color: '#886975'

red 136 ◦ green 105 ◦ blue 117

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

Shades of Mauve Taupe #886975

Tints of Mauve Taupe #886975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 37.99%
G = 29.33%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#886975 (or 0x886975) is known color: Mauve Taupe. HEX triplet: 88, 69 and 75. RGB value is (136,105,117). Sum of RGB (Red+Green+Blue) = 136+105+117=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #886975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886975 is #77968A. Grayscale: #737373. Windows color (decimal): -7837323 or 7694728. OLE color: 7694728.

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

Color convert

RGB 136 105 117 -
CMYK 0 0.23 0.14 0.47
HSL 336.77º 0.13% 0.47% -
HSV(B) 336.77º 0.23% 0.53% -
XYZ 18.42 16.62 19.07 -
YUV 115.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 136 105 117 0 0.23 0.14 0.47 336.77 0.13 0.47
Hex 88 69 75 0 17 E 2F 151 D 2F
Octal 210 151 165 0 27 16 57 521 15 57
Binary 10001000 1101001 1110101 0 10111 1110 101111 101010001 1101 101111

Color Harmonies of #886975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886975

Black with #886975

Text Example


Text Example

White with #886975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886975; }

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

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

background-color css

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

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

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

border-color css

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

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

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