Html Css Color HEX #946D77 Mauve Taupe

📋 copy color: '#946D77'

red 148 ◦ green 109 ◦ blue 119

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

Shades of Mauve Taupe #946D77

Tints of Mauve Taupe #946D77

RGB

 RED value IS 148 (58.2% from 255) = 39.36%

 GREEN value IS 109 (42.97% from 255) = 28.99%

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

R = 39.36%
G = 28.99%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#946D77 (or 0x946D77) is known color: Mauve Taupe. HEX triplet: 94, 6D and 77. RGB value is (148,109,119). Sum of RGB (Red+Green+Blue) = 148+109+119=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #946D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D77 is #6B9288. Grayscale: #797979. Windows color (decimal): -7049865 or 7826836. OLE color: 7826836.

HSL color Cylindrical-coordinate representation of color #946D77: hue angle of 344.62º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #946D77 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 109 119 -
CMYK 0 0.26 0.20 0.42
HSL 344.62º 0.15% 0.5% -
HSV(B) 344.62º 0.26% 0.58% -
XYZ 21.01 18.57 19.93 -
YUV 121.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 148 109 119 0 0.26 0.20 0.42 344.62 0.15 0.5
Hex 94 6D 77 0 1A 14 2A 159 F 32
Octal 224 155 167 0 32 24 52 531 17 62
Binary 10010100 1101101 1110111 0 11010 10100 101010 101011001 1111 110010

Color Harmonies of #946D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946D77

Black with #946D77

Text Example


Text Example

White with #946D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946D77; }

 p { color: rgb(148,109,119); }

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

background-color css

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

 a { background-color: rgb(148,109,119); }

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

border-color css

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

 span { border-color: rgb(148,109,119); }

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