Html Css Color HEX #986777 Mauve Taupe

📋 copy color: '#986777'

red 152 ◦ green 103 ◦ blue 119

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

Shades of Mauve Taupe #986777

Tints of Mauve Taupe #986777

RGB

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

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

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

R = 40.64%
G = 27.54%
B = 31.82%

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

#986777 (or 0x986777) is known color: Mauve Taupe. HEX triplet: 98, 67 and 77. RGB value is (152,103,119). Sum of RGB (Red+Green+Blue) = 152+103+119=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #986777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986777 is #679888. Grayscale: #777777. Windows color (decimal): -6789257 or 7825304. OLE color: 7825304.

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

Color convert

RGB 152 103 119 -
CMYK 0 0.32 0.22 0.40
HSL 340.41º 0.19% 0.5% -
HSV(B) 340.41º 0.32% 0.6% -
XYZ 21.13 17.71 19.76 -
YUV 119.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 152 103 119 0 0.32 0.22 0.40 340.41 0.19 0.5
Hex 98 67 77 0 20 16 28 154 13 32
Octal 230 147 167 0 40 26 50 524 23 62
Binary 10011000 1100111 1110111 0 100000 10110 101000 101010100 10011 110010

Color Harmonies of #986777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986777

Black with #986777

Text Example


Text Example

White with #986777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986777; }

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

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

background-color css

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

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

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

border-color css

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

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

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