#504D4A

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

Shades of Mondo #504D4A

Tints of Mondo #504D4A

Color information

#504D4A (or 0x504D4A) is unknown color: approx Mondo. HEX triplet: 50, 4D and 4A. RGB value is (80,77,74). Sum of RGB (Red+Green+Blue) = 80+77+74=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 80 - color contains mainly: red. Hex color #504D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D4A is #AFB2B5. Grayscale: #4D4D4D. Windows color (decimal): -11514550 or 4869456. OLE color: 4869456.

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

Color convert

RGB807774-
CMYK00.040.080.69
HSL30º3.9%30.2%-
HSV(B)30º7.5%31.37%-
XYZ7.27.517.55-
YUV77.56125.99129.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 77 (30.47% from 255) = 33.33%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=34.63%
G=33.33%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80777400.040.080.69303.930.2
Hex504D4A048451e41e
Octal120115112041010536436
Binary1010000100110110010100100100010001011111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504D4A; }

 p { color: rgb(80,77,74); }

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

<style>
 a { background-color: #504D4A; }

 a { background-color: rgb(80,77,74); }

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

<style>
 span { border-color: #504D4A; }

 span { border-color: rgb(80,77,74); }

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