Html Css Color HEX #986978 Mauve Taupe

📋 copy color: '#986978'

red 152 ◦ green 105 ◦ blue 120

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

Shades of Mauve Taupe #986978

Tints of Mauve Taupe #986978

RGB

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

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

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

R = 40.32%
G = 27.85%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#986978 (or 0x986978) is known color: Mauve Taupe. HEX triplet: 98, 69 and 78. RGB value is (152,105,120). Sum of RGB (Red+Green+Blue) = 152+105+120=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #986978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986978 is #679687. Grayscale: #787878. Windows color (decimal): -6788744 or 7891352. OLE color: 7891352.

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

Color convert

RGB 152 105 120 -
CMYK 0 0.31 0.21 0.40
HSL 340.85º 0.19% 0.5% -
HSV(B) 340.85º 0.31% 0.6% -
XYZ 21.39 18.13 20.14 -
YUV 120.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 152 105 120 0 0.31 0.21 0.40 340.85 0.19 0.5
Hex 98 69 78 0 1F 15 28 155 13 32
Octal 230 151 170 0 37 25 50 525 23 62
Binary 10011000 1101001 1111000 0 11111 10101 101000 101010101 10011 110010

Color Harmonies of #986978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986978

Black with #986978

Text Example


Text Example

White with #986978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986978; }

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

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

background-color css

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

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

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

border-color css

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

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

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