Html Css Color HEX #986478 Mauve Taupe

📋 copy color: '#986478'

red 152 ◦ green 100 ◦ blue 120

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

Shades of Mauve Taupe #986478

Tints of Mauve Taupe #986478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

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

R = 40.86%
G = 26.88%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#986478 (or 0x986478) is known color: Mauve Taupe. HEX triplet: 98, 64 and 78. RGB value is (152,100,120). Sum of RGB (Red+Green+Blue) = 152+100+120=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #986478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986478 is #679B87. Grayscale: #757575. Windows color (decimal): -6790024 or 7890072. OLE color: 7890072.

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

Color convert

RGB 152 100 120 -
CMYK 0 0.34 0.21 0.40
HSL 336.92º 0.21% 0.49% -
HSV(B) 336.92º 0.34% 0.6% -
XYZ 20.9 17.15 19.98 -
YUV 117.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 152 100 120 0 0.34 0.21 0.40 336.92 0.21 0.49
Hex 98 64 78 0 22 15 28 151 15 31
Octal 230 144 170 0 42 25 50 521 25 61
Binary 10011000 1100100 1111000 0 100010 10101 101000 101010001 10101 110001

Color Harmonies of #986478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986478

Black with #986478

Text Example


Text Example

White with #986478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986478; }

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

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

background-color css

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

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

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

border-color css

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

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

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