Html Css Color HEX #996977 Mauve Taupe

📋 copy color: '#996977'

red 153 ◦ green 105 ◦ blue 119

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

Shades of Mauve Taupe #996977

Tints of Mauve Taupe #996977

RGB

 RED value IS 153 (60.16% from 255) = 40.58%

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

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

R = 40.58%
G = 27.85%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#996977 (or 0x996977) is known color: Mauve Taupe. HEX triplet: 99, 69 and 77. RGB value is (153,105,119). Sum of RGB (Red+Green+Blue) = 153+105+119=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #996977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996977 is #669688. Grayscale: #787878. Windows color (decimal): -6723209 or 7825817. OLE color: 7825817.

HSL color Cylindrical-coordinate representation of color #996977: hue angle of 342.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996977 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 119 -
CMYK 0 0.31 0.22 0.4
HSL 342.5º 0.19% 0.51% -
HSV(B) 342.5º 0.31% 0.6% -
XYZ 21.52 18.21 19.83 -
YUV 120.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 153 105 119 0 0.31 0.22 0.4 342.5 0.19 0.51
Hex 99 69 77 0 1F 16 28 156 13 33
Octal 231 151 167 0 37 26 50 526 23 63
Binary 10011001 1101001 1110111 0 11111 10110 101000 101010110 10011 110011

Color Harmonies of #996977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996977

Black with #996977

Text Example


Text Example

White with #996977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996977; }

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

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

background-color css

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

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

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

border-color css

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

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

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