Shades of Killarney #4D7F51
Tints of Killarney #4D7F51
RGB
CMYK
RGB Variations
Color information
#4D7F51 (or 0x4D7F51) is known color: Killarney. HEX triplet: 4D, 7F and 51. RGB value is (77,127,81). Sum of RGB (Red+Green+Blue) = 77+127+81=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 127 - color contains mainly: green. Hex color #4D7F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7F51 is #B280AE. Grayscale: #6A6A6A. Windows color (decimal): -11698351 or 5341005. OLE color: 5341005.
HSL color Cylindrical-coordinate representation of color #4D7F51: hue angle of 124.8º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D7F51 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 127 | 81 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.50 |
| HSL | 124.8º | 0.25% | 0.4% | - |
| HSV(B) | 124.8º | 0.39% | 0.5% | - |
| XYZ | 12.14 | 17.35 | 10.49 | - |
| YUV | 106.81 | 113.44 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 127 | 81 | 0.39 | 0 | 0.36 | 0.50 | 124.8 | 0.25 | 0.4 |
| Hex | 4D | 7F | 51 | 27 | 0 | 24 | 32 | 7D | 19 | 28 |
| Octal | 115 | 177 | 121 | 47 | 0 | 44 | 62 | 175 | 31 | 50 |
| Binary | 1001101 | 1111111 | 1010001 | 100111 | 0 | 100100 | 110010 | 1111101 | 11001 | 101000 |
Color Harmonies of #4D7F51
Complementary color
Monochromatic Colors of #4D7F51
Black with #4D7F51
Text Example
Text Example
White with #4D7F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7F51; }
p { color: rgb(77,127,81); }
H1.HeaderClassName
{
color: #4D7F51;
}
.AnyTagClassName
{
color: #4D7F51;
}
</style>
background-color css
<style>
a { background-color: #4D7F51; }
a { background-color: rgb(77,127,81); }
div.DivClassName
{
background-color: #4D7F51;
}
.BgClassName
{
background-color: #4D7F51;
}
</style>
border-color css
<style>
span { border-color: #4D7F51; }
span { border-color: rgb(77,127,81); }
td.TdClassName
{
border-color: #4D7F51;
}
.TagClassName
{
border-color: #4D7F51;
}
</style>