Html Css Color HEX #946776 Mauve Taupe

📋 copy color: '#946776'

red 148 ◦ green 103 ◦ blue 118

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

Shades of Mauve Taupe #946776

Tints of Mauve Taupe #946776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.91%

 BLUE value IS 118 (46.48% from 255) = 31.98%

R = 40.11%
G = 27.91%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#946776 (or 0x946776) is known color: Mauve Taupe. HEX triplet: 94, 67 and 76. RGB value is (148,103,118). Sum of RGB (Red+Green+Blue) = 148+103+118=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #946776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946776 is #6B9889. Grayscale: #767676. Windows color (decimal): -7051402 or 7759764. OLE color: 7759764.

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

Color convert

RGB 148 103 118 -
CMYK 0 0.30 0.20 0.42
HSL 340º 0.18% 0.49% -
HSV(B) 340º 0.3% 0.58% -
XYZ 20.33 17.3 19.41 -
YUV 118.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 148 103 118 0 0.30 0.20 0.42 340 0.18 0.49
Hex 94 67 76 0 1E 14 2A 154 12 31
Octal 224 147 166 0 36 24 52 524 22 61
Binary 10010100 1100111 1110110 0 11110 10100 101010 101010100 10010 110001

Color Harmonies of #946776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946776

Black with #946776

Text Example


Text Example

White with #946776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946776; }

 p { color: rgb(148,103,118); }

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

background-color css

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

 a { background-color: rgb(148,103,118); }

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

border-color css

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

 span { border-color: rgb(148,103,118); }

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