Html Css Color HEX #986778 Mauve Taupe

📋 copy color: '#986778'

red 152 ◦ green 103 ◦ blue 120

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

Shades of Mauve Taupe #986778

Tints of Mauve Taupe #986778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.47%

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

R = 40.53%
G = 27.47%
B = 32%

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

#986778 (or 0x986778) is known color: Mauve Taupe. HEX triplet: 98, 67 and 78. RGB value is (152,103,120). Sum of RGB (Red+Green+Blue) = 152+103+120=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #986778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986778 is #679887. Grayscale: #777777. Windows color (decimal): -6789256 or 7890840. OLE color: 7890840.

HSL color Cylindrical-coordinate representation of color #986778: hue angle of 339.18º 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 #986778 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 103 120 -
CMYK 0 0.32 0.21 0.40
HSL 339.18º 0.19% 0.5% -
HSV(B) 339.18º 0.32% 0.6% -
XYZ 21.19 17.73 20.08 -
YUV 119.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 152 103 120 0 0.32 0.21 0.40 339.18 0.19 0.5
Hex 98 67 78 0 20 15 28 153 13 32
Octal 230 147 170 0 40 25 50 523 23 62
Binary 10011000 1100111 1111000 0 100000 10101 101000 101010011 10011 110010

Color Harmonies of #986778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986778

Black with #986778

Text Example


Text Example

White with #986778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986778; }

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

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

background-color css

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

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

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

border-color css

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

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

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