Html Css Color HEX #986977 Mauve Taupe

📋 copy color: '#986977'

red 152 ◦ green 105 ◦ blue 119

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

Shades of Mauve Taupe #986977

Tints of Mauve Taupe #986977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.65%

R = 40.43%
G = 27.93%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#986977 (or 0x986977) is known color: Mauve Taupe. HEX triplet: 98, 69 and 77. RGB value is (152,105,119). Sum of RGB (Red+Green+Blue) = 152+105+119=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #986977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986977 is #679688. Grayscale: #787878. Windows color (decimal): -6788745 or 7825816. OLE color: 7825816.

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

Color convert

RGB 152 105 119 -
CMYK 0 0.31 0.22 0.40
HSL 342.13º 0.19% 0.5% -
HSV(B) 342.13º 0.31% 0.6% -
XYZ 21.33 18.11 19.82 -
YUV 120.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 152 105 119 0 0.31 0.22 0.40 342.13 0.19 0.5
Hex 98 69 77 0 1F 16 28 156 13 32
Octal 230 151 167 0 37 26 50 526 23 62
Binary 10011000 1101001 1110111 0 11111 10110 101000 101010110 10011 110010

Color Harmonies of #986977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986977

Black with #986977

Text Example


Text Example

White with #986977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986977; }

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

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

background-color css

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

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

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

border-color css

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

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

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