Shades of Mondo #504F4E
Tints of Mondo #504F4E
RGB
CMYK
RGB Variations
Color information
#504F4E (or 0x504F4E) is known color: Mondo. HEX triplet: 50, 4F and 4E. RGB value is (80,79,78). Sum of RGB (Red+Green+Blue) = 80+79+78=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 80 - color contains mainly: red. Hex color #504F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F4E is #AFB0B1. Grayscale: #4F4F4F. Windows color (decimal): -11514034 or 5132112. OLE color: 5132112.
HSL color Cylindrical-coordinate representation of color #504F4E: hue angle of 30º degrees, saturation: 0.01, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #504F4E is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
RGB | 80 | 79 | 78 | - |
CMYK | 0 | 0.01 | 0.02 | 0.69 |
HSL | 30º | 0.01% | 0.31% | - |
HSV(B) | 30º | 0.02% | 0.31% | - |
XYZ | 7.48 | 7.85 | 8.33 | - |
YUV | 79.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 80 | 79 | 78 | 0 | 0.01 | 0.02 | 0.69 | 30 | 0.01 | 0.31 |
Hex | 50 | 4F | 4E | 0 | 1 | 2 | 45 | 1E | 1 | 1F |
Octal | 120 | 117 | 116 | 0 | 1 | 2 | 105 | 36 | 1 | 37 |
Binary | 1010000 | 1001111 | 1001110 | 0 | 1 | 10 | 1000101 | 11110 | 1 | 11111 |
Color Harmonies of #504F4E
Complementary color
Monochromatic Colors of #504F4E
Black with #504F4E
Text Example
Text Example
White with #504F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F4E; }
p { color: rgb(80,79,78); }
H1.HeaderClassName
{
color: #504F4E;
}
.AnyTagClassName
{
color: #504F4E;
}
</style>
background-color css
<style>
a { background-color: #504F4E; }
a { background-color: rgb(80,79,78); }
div.DivClassName
{
background-color: #504F4E;
}
.BgClassName
{
background-color: #504F4E;
}
</style>
border-color css
<style>
span { border-color: #504F4E; }
span { border-color: rgb(80,79,78); }
td.TdClassName
{
border-color: #504F4E;
}
.TagClassName
{
border-color: #504F4E;
}
</style>