Html Css Color HEX #986776 Mauve Taupe

📋 copy color: '#986776'

red 152 ◦ green 103 ◦ blue 118

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

Shades of Mauve Taupe #986776

Tints of Mauve Taupe #986776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.64%

R = 40.75%
G = 27.61%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#986776 (or 0x986776) is known color: Mauve Taupe. HEX triplet: 98, 67 and 76. RGB value is (152,103,118). Sum of RGB (Red+Green+Blue) = 152+103+118=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #986776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986776 is #679889. Grayscale: #777777. Windows color (decimal): -6789258 or 7759768. OLE color: 7759768.

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

Color convert

RGB 152 103 118 -
CMYK 0 0.32 0.22 0.40
HSL 341.63º 0.19% 0.5% -
HSV(B) 341.63º 0.32% 0.6% -
XYZ 21.07 17.68 19.44 -
YUV 119.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 152 103 118 0 0.32 0.22 0.40 341.63 0.19 0.5
Hex 98 67 76 0 20 16 28 156 13 32
Octal 230 147 166 0 40 26 50 526 23 62
Binary 10011000 1100111 1110110 0 100000 10110 101000 101010110 10011 110010

Color Harmonies of #986776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986776

Black with #986776

Text Example


Text Example

White with #986776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986776; }

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

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

background-color css

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

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

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

border-color css

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

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

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