Html Css Color HEX #4C424A Purple Taupe

📋 copy color: '#4C424A'

red 76 ◦ green 66 ◦ blue 74

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

Shades of Purple Taupe #4C424A

Tints of Purple Taupe #4C424A

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.3% from 255) = 34.26%

R = 35.19%
G = 30.56%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4C424A (or 0x4C424A) is known color: 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

RGB 76 66 74 -
CMYK 0 0.13 0.03 0.70
HSL 312º 0.07% 0.28% -
HSV(B) 312º 0.13% 0.3% -
XYZ 6.16 5.93 7.3 -
YUV 69.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 76 66 74 0 0.13 0.03 0.70 312 0.07 0.28
Hex 4C 42 4A 0 D 3 46 138 7 1C
Octal 114 102 112 0 15 3 106 470 7 34
Binary 1001100 1000010 1001010 0 1101 11 1000110 100111000 111 11100

Color Harmonies of #4C424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C424A

Black with #4C424A

Text Example


Text Example

White with #4C424A

Text Example


Text Example

HTML Codes & Css Web 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>