Shades of Killarney #4D754D
Tints of Killarney #4D754D
RGB
CMYK
RGB Variations
Color information
#4D754D (or 0x4D754D) is known color: Killarney. HEX triplet: 4D, 75 and 4D. RGB value is (77,117,77). Sum of RGB (Red+Green+Blue) = 77+117+77=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #4D754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D754D is #B28AB2. Grayscale: #646464. Windows color (decimal): -11700915 or 5076301. OLE color: 5076301.
HSL color Cylindrical-coordinate representation of color #4D754D: hue angle of 120º 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 #4D754D is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 77 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.54 |
| HSL | 120º | 0.21% | 0.38% | - |
| HSV(B) | 120º | 0.34% | 0.46% | - |
| XYZ | 10.76 | 14.84 | 9.32 | - |
| YUV | 100.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 77 | 0.34 | 0 | 0.34 | 0.54 | 120 | 0.21 | 0.38 |
| Hex | 4D | 75 | 4D | 22 | 0 | 22 | 36 | 78 | 15 | 26 |
| Octal | 115 | 165 | 115 | 42 | 0 | 42 | 66 | 170 | 25 | 46 |
| Binary | 1001101 | 1110101 | 1001101 | 100010 | 0 | 100010 | 110110 | 1111000 | 10101 | 100110 |
Color Harmonies of #4D754D
Complementary color
Monochromatic Colors of #4D754D
Black with #4D754D
Text Example
Text Example
White with #4D754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D754D; }
p { color: rgb(77,117,77); }
H1.HeaderClassName
{
color: #4D754D;
}
.AnyTagClassName
{
color: #4D754D;
}
</style>
background-color css
<style>
a { background-color: #4D754D; }
a { background-color: rgb(77,117,77); }
div.DivClassName
{
background-color: #4D754D;
}
.BgClassName
{
background-color: #4D754D;
}
</style>
border-color css
<style>
span { border-color: #4D754D; }
span { border-color: rgb(77,117,77); }
td.TdClassName
{
border-color: #4D754D;
}
.TagClassName
{
border-color: #4D754D;
}
</style>