Html Css Color HEX #946E77 Mauve Taupe

📋 copy color: '#946E77'

red 148 ◦ green 110 ◦ blue 119

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

Shades of Mauve Taupe #946E77

Tints of Mauve Taupe #946E77

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.18%

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

R = 39.26%
G = 29.18%
B = 31.56%

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

#946E77 (or 0x946E77) is known color: Mauve Taupe. HEX triplet: 94, 6E and 77. RGB value is (148,110,119). Sum of RGB (Red+Green+Blue) = 148+110+119=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #946E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E77 is #6B9188. Grayscale: #7A7A7A. Windows color (decimal): -7049609 or 7827092. OLE color: 7827092.

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

Color convert

RGB 148 110 119 -
CMYK 0 0.26 0.20 0.42
HSL 345.79º 0.15% 0.51% -
HSV(B) 345.79º 0.26% 0.58% -
XYZ 21.12 18.78 19.96 -
YUV 122.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 148 110 119 0 0.26 0.20 0.42 345.79 0.15 0.51
Hex 94 6E 77 0 1A 14 2A 15A F 33
Octal 224 156 167 0 32 24 52 532 17 63
Binary 10010100 1101110 1110111 0 11010 10100 101010 101011010 1111 110011

Color Harmonies of #946E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E77

Black with #946E77

Text Example


Text Example

White with #946E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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