#986778

Color #986778 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #986778

Tints of Mauve Taupe #986778

Color information

#986778 (or 0x986778) is unknown color: approx 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

RGB152103120-
CMYK00.320.210.40
HSL339.18º19.22%50%-
HSV(B)339.18º32.24%59.61%-
XYZ21.1917.7320.08-
YUV119.59128.23151.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.53%
GREEN value IS 103 (40.62% from 255) = 27.47%
BLUE value IS 120 (47.27% from 255) = 32%
R=40.53%
G=27.47%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210312000.320.210.40339.1819.2250
Hex98677802015281531332
Octal23014717004025505232362
Binary100110001100111111100001000001010110100010101001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>