#4D474C

Color #4D474C Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #4D474C

Tints of Purple Taupe #4D474C

Color information

#4D474C (or 0x4D474C) is unknown color: approx Purple Taupe. HEX triplet: 4D, 47 and 4C. RGB value is (77,71,76). Sum of RGB (Red+Green+Blue) = 77+71+76=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 77 - color contains mainly: red. Hex color #4D474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D474C is #B2B8B3. Grayscale: #494949. Windows color (decimal): -11712692 or 4998989. OLE color: 4998989.

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

Color convert

RGB777176-
CMYK00.080.010.70
HSL310º4.05%29.02%-
HSV(B)310º7.79%30.2%-
XYZ6.626.617.76-
YUV73.36129.49130.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.38%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=34.38%
G=31.70%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77717600.080.010.703104.0529.02
Hex4D474C0814613641d
Octal1151071140101106466435
Binary100110110001111001100010001100011010011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D474C;
 }
 .AnyTagClassName
 {
   color: #4D474C;
 }
</style>
background-color css

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

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

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

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

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

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