Html Css Color HEX #4D424C Purple Taupe

📋 copy color: '#4D424C'

red 77 ◦ green 66 ◦ blue 76

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

Shades of Purple Taupe #4D424C

Tints of Purple Taupe #4D424C

RGB

 RED value IS 77 (30.47% from 255) = 35.16%

 GREEN value IS 66 (26.17% from 255) = 30.14%

 BLUE value IS 76 (30.08% from 255) = 34.7%

R = 35.16%
G = 30.14%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#4D424C (or 0x4D424C) is known color: Purple Taupe. HEX triplet: 4D, 42 and 4C. RGB value is (77,66,76). Sum of RGB (Red+Green+Blue) = 77+66+76=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 77 - color contains mainly: red. Hex color #4D424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D424C is #B2BDB3. Grayscale: #464646. Windows color (decimal): -11713972 or 4997709. OLE color: 4997709.

HSL color Cylindrical-coordinate representation of color #4D424C: hue angle of 305.45º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D424C is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 66 76 -
CMYK 0 0.14 0.01 0.70
HSL 305.45º 0.08% 0.28% -
HSV(B) 305.45º 0.14% 0.3% -
XYZ 6.31 6 7.66 -
YUV 70.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 77 66 76 0 0.14 0.01 0.70 305.45 0.08 0.28
Hex 4D 42 4C 0 E 1 46 131 8 1C
Octal 115 102 114 0 16 1 106 461 10 34
Binary 1001101 1000010 1001100 0 1110 1 1000110 100110001 1000 11100

Color Harmonies of #4D424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D424C

Black with #4D424C

Text Example


Text Example

White with #4D424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D424C; }

 p { color: rgb(77,66,76); }

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

background-color css

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

 a { background-color: rgb(77,66,76); }

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

border-color css

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

 span { border-color: rgb(77,66,76); }

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