Shades of Killarney #4E754D
Tints of Killarney #4E754D
RGB
CMYK
RGB Variations
Color information
#4E754D (or 0x4E754D) is known color: Killarney. HEX triplet: 4E, 75 and 4D. RGB value is (78,117,77). Sum of RGB (Red+Green+Blue) = 78+117+77=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #4E754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E754D is #B18AB2. Grayscale: #646464. Windows color (decimal): -11635379 or 5076302. OLE color: 5076302.
HSL color Cylindrical-coordinate representation of color #4E754D: hue angle of 118.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E754D is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 117 | 77 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.54 |
| HSL | 118.5º | 0.21% | 0.38% | - |
| HSV(B) | 118.5º | 0.34% | 0.46% | - |
| XYZ | 10.84 | 14.88 | 9.32 | - |
| YUV | 100.78 | 114.58 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 117 | 77 | 0.33 | 0 | 0.34 | 0.54 | 118.5 | 0.21 | 0.38 |
| Hex | 4E | 75 | 4D | 21 | 0 | 22 | 36 | 76 | 15 | 26 |
| Octal | 116 | 165 | 115 | 41 | 0 | 42 | 66 | 166 | 25 | 46 |
| Binary | 1001110 | 1110101 | 1001101 | 100001 | 0 | 100010 | 110110 | 1110110 | 10101 | 100110 |
Color Harmonies of #4E754D
Complementary color
Monochromatic Colors of #4E754D
Black with #4E754D
Text Example
Text Example
White with #4E754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E754D; }
p { color: rgb(78,117,77); }
H1.HeaderClassName
{
color: #4E754D;
}
.AnyTagClassName
{
color: #4E754D;
}
</style>
background-color css
<style>
a { background-color: #4E754D; }
a { background-color: rgb(78,117,77); }
div.DivClassName
{
background-color: #4E754D;
}
.BgClassName
{
background-color: #4E754D;
}
</style>
border-color css
<style>
span { border-color: #4E754D; }
span { border-color: rgb(78,117,77); }
td.TdClassName
{
border-color: #4E754D;
}
.TagClassName
{
border-color: #4E754D;
}
</style>