Html Css Color HEX #946477 Mauve Taupe

📋 copy color: '#946477'

red 148 ◦ green 100 ◦ blue 119

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

Shades of Mauve Taupe #946477

Tints of Mauve Taupe #946477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

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

R = 40.33%
G = 27.25%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#946477 (or 0x946477) is known color: Mauve Taupe. HEX triplet: 94, 64 and 77. RGB value is (148,100,119). Sum of RGB (Red+Green+Blue) = 148+100+119=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #946477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946477 is #6B9B88. Grayscale: #747474. Windows color (decimal): -7052169 or 7824532. OLE color: 7824532.

HSL color Cylindrical-coordinate representation of color #946477: hue angle of 336.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946477 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 100 119 -
CMYK 0 0.32 0.20 0.42
HSL 336.25º 0.19% 0.49% -
HSV(B) 336.25º 0.32% 0.58% -
XYZ 20.1 16.74 19.62 -
YUV 116.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 148 100 119 0 0.32 0.20 0.42 336.25 0.19 0.49
Hex 94 64 77 0 20 14 2A 150 13 31
Octal 224 144 167 0 40 24 52 520 23 61
Binary 10010100 1100100 1110111 0 100000 10100 101010 101010000 10011 110001

Color Harmonies of #946477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946477

Black with #946477

Text Example


Text Example

White with #946477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946477; }

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

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

background-color css

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

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

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

border-color css

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

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

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