Html Css Color HEX #946C77 Mauve Taupe

📋 copy color: '#946C77'

red 148 ◦ green 108 ◦ blue 119

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

Shades of Mauve Taupe #946C77

Tints of Mauve Taupe #946C77

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.8%

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

R = 39.47%
G = 28.8%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#946C77 (or 0x946C77) is known color: Mauve Taupe. HEX triplet: 94, 6C and 77. RGB value is (148,108,119). Sum of RGB (Red+Green+Blue) = 148+108+119=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #946C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C77 is #6B9388. Grayscale: #797979. Windows color (decimal): -7050121 or 7826580. OLE color: 7826580.

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

Color convert

RGB 148 108 119 -
CMYK 0 0.27 0.20 0.42
HSL 343.5º 0.16% 0.5% -
HSV(B) 343.5º 0.27% 0.58% -
XYZ 20.91 18.35 19.89 -
YUV 121.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 148 108 119 0 0.27 0.20 0.42 343.5 0.16 0.5
Hex 94 6C 77 0 1B 14 2A 158 10 32
Octal 224 154 167 0 33 24 52 530 20 62
Binary 10010100 1101100 1110111 0 11011 10100 101010 101011000 10000 110010

Color Harmonies of #946C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C77

Black with #946C77

Text Example


Text Example

White with #946C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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