Html Css Color HEX #4E454C Purple Taupe

📋 copy color: '#4E454C'

red 78 ◦ green 69 ◦ blue 76

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

Shades of Purple Taupe #4E454C

Tints of Purple Taupe #4E454C

RGB

 RED value IS 78 (30.86% from 255) = 34.98%

 GREEN value IS 69 (27.34% from 255) = 30.94%

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

R = 34.98%
G = 30.94%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4E454C (or 0x4E454C) is known color: Purple Taupe. HEX triplet: 4E, 45 and 4C. RGB value is (78,69,76). Sum of RGB (Red+Green+Blue) = 78+69+76=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 78 - color contains mainly: red. Hex color #4E454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E454C is #B1BAB3. Grayscale: #484848. Windows color (decimal): -11647668 or 4998478. OLE color: 4998478.

HSL color Cylindrical-coordinate representation of color #4E454C: hue angle of 313.33º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E454C is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 69 76 -
CMYK 0 0.12 0.03 0.69
HSL 313.33º 0.06% 0.29% -
HSV(B) 313.33º 0.12% 0.31% -
XYZ 6.57 6.4 7.73 -
YUV 72.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 78 69 76 0 0.12 0.03 0.69 313.33 0.06 0.29
Hex 4E 45 4C 0 C 3 45 139 6 1D
Octal 116 105 114 0 14 3 105 471 6 35
Binary 1001110 1000101 1001100 0 1100 11 1000101 100111001 110 11101

Color Harmonies of #4E454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E454C

Black with #4E454C

Text Example


Text Example

White with #4E454C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,69,76); }

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

background-color css

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

 a { background-color: rgb(78,69,76); }

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

border-color css

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

 span { border-color: rgb(78,69,76); }

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