Html Css Color HEX #986477 Mauve Taupe

📋 copy color: '#986477'

red 152 ◦ green 100 ◦ blue 119

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

Shades of Mauve Taupe #986477

Tints of Mauve Taupe #986477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.95%

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

R = 40.97%
G = 26.95%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#986477 (or 0x986477) is known color: Mauve Taupe. HEX triplet: 98, 64 and 77. RGB value is (152,100,119). Sum of RGB (Red+Green+Blue) = 152+100+119=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #986477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986477 is #679B88. Grayscale: #757575. Windows color (decimal): -6790025 or 7824536. OLE color: 7824536.

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

Color convert

RGB 152 100 119 -
CMYK 0 0.34 0.22 0.40
HSL 338.08º 0.21% 0.49% -
HSV(B) 338.08º 0.34% 0.6% -
XYZ 20.84 17.12 19.66 -
YUV 117.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 152 100 119 0 0.34 0.22 0.40 338.08 0.21 0.49
Hex 98 64 77 0 22 16 28 152 15 31
Octal 230 144 167 0 42 26 50 522 25 61
Binary 10011000 1100100 1110111 0 100010 10110 101000 101010010 10101 110001

Color Harmonies of #986477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986477

Black with #986477

Text Example


Text Example

White with #986477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986477; }

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

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

background-color css

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

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

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

border-color css

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

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

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