#4E4D4C

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

Shades of Mondo #4E4D4C

Tints of Mondo #4E4D4C

Color information

#4E4D4C (or 0x4E4D4C) is unknown color: approx Mondo. HEX triplet: 4E, 4D and 4C. RGB value is (78,77,76). Sum of RGB (Red+Green+Blue) = 78+77+76=231 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.77% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4D4C is #B1B2B3. Grayscale: #4D4D4D. Windows color (decimal): -11645620 or 5000526. OLE color: 5000526.

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

Color convert

RGB787776-
CMYK00.010.030.69
HSL30º1.3%30.2%-
HSV(B)30º2.56%30.59%-
XYZ7.17.457.9-
YUV77.18127.33128.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.77%
GREEN value IS 77 (30.47% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=33.77%
G=33.33%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78777600.010.030.69301.330.2
Hex4E4D4C013451e11e
Octal11611511401310536136
Binary1001110100110110011000111100010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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