#4C424A

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

Shades of Purple Taupe #4C424A

Tints of Purple Taupe #4C424A

Color information

#4C424A (or 0x4C424A) is unknown color: approx Purple Taupe. HEX triplet: 4C, 42 and 4A. RGB value is (76,66,74). Sum of RGB (Red+Green+Blue) = 76+66+74=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 76 - color contains mainly: red. Hex color #4C424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C424A is #B3BDB5. Grayscale: #454545. Windows color (decimal): -11779510 or 4866636. OLE color: 4866636.

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

Color convert

RGB766674-
CMYK00.130.030.70
HSL312º7.04%27.84%-
HSV(B)312º13.16%29.8%-
XYZ6.165.937.3-
YUV69.9130.31132.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.19%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=35.19%
G=30.56%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76667400.130.030.703127.0427.84
Hex4C424A0D34613871c
Octal1141021120153106470734
Binary1001100100001010010100110111100011010011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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