Html Css Color HEX #986878 Mauve Taupe

📋 copy color: '#986878'

red 152 ◦ green 104 ◦ blue 120

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

Shades of Mauve Taupe #986878

Tints of Mauve Taupe #986878

RGB

 RED value IS 152 (59.77% from 255) = 40.43%

 GREEN value IS 104 (41.02% from 255) = 27.66%

 BLUE value IS 120 (47.27% from 255) = 31.91%

R = 40.43%
G = 27.66%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#986878 (or 0x986878) is known color: Mauve Taupe. HEX triplet: 98, 68 and 78. RGB value is (152,104,120). Sum of RGB (Red+Green+Blue) = 152+104+120=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #986878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986878 is #679787. Grayscale: #787878. Windows color (decimal): -6789000 or 7891096. OLE color: 7891096.

HSL color Cylindrical-coordinate representation of color #986878: hue angle of 340º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #986878 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 104 120 -
CMYK 0 0.32 0.21 0.40
HSL 340º 0.19% 0.5% -
HSV(B) 340º 0.32% 0.6% -
XYZ 21.29 17.93 20.11 -
YUV 120.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 152 104 120 0 0.32 0.21 0.40 340 0.19 0.5
Hex 98 68 78 0 20 15 28 154 13 32
Octal 230 150 170 0 40 25 50 524 23 62
Binary 10011000 1101000 1111000 0 100000 10101 101000 101010100 10011 110010

Color Harmonies of #986878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986878

Black with #986878

Text Example


Text Example

White with #986878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986878; }

 p { color: rgb(152,104,120); }

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

background-color css

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

 a { background-color: rgb(152,104,120); }

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

border-color css

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

 span { border-color: rgb(152,104,120); }

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