Html Css Color HEX #886274 Mauve Taupe

📋 copy color: '#886274'

red 136 ◦ green 98 ◦ blue 116

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

Shades of Mauve Taupe #886274

Tints of Mauve Taupe #886274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

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

R = 38.86%
G = 28%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#886274 (or 0x886274) is known color: Mauve Taupe. HEX triplet: 88, 62 and 74. RGB value is (136,98,116). Sum of RGB (Red+Green+Blue) = 136+98+116=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #886274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886274 is #779D8B. Grayscale: #6F6F6F. Windows color (decimal): -7839116 or 7627400. OLE color: 7627400.

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

Color convert

RGB 136 98 116 -
CMYK 0 0.28 0.15 0.47
HSL 331.58º 0.16% 0.46% -
HSV(B) 331.58º 0.28% 0.53% -
XYZ 17.67 15.23 18.53 -
YUV 111.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 136 98 116 0 0.28 0.15 0.47 331.58 0.16 0.46
Hex 88 62 74 0 1C F 2F 14C 10 2E
Octal 210 142 164 0 34 17 57 514 20 56
Binary 10001000 1100010 1110100 0 11100 1111 101111 101001100 10000 101110

Color Harmonies of #886274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886274

Black with #886274

Text Example


Text Example

White with #886274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886274; }

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

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

background-color css

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

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

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

border-color css

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

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

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