Shades of Killarney #4D744C
Tints of Killarney #4D744C
RGB
CMYK
RGB Variations
Color information
#4D744C (or 0x4D744C) is known color: Killarney. HEX triplet: 4D, 74 and 4C. RGB value is (77,116,76). Sum of RGB (Red+Green+Blue) = 77+116+76=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #4D744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D744C is #B28BB3. Grayscale: #636363. Windows color (decimal): -11701172 or 5010509. OLE color: 5010509.
HSL color Cylindrical-coordinate representation of color #4D744C: hue angle of 118.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D744C is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 116 | 76 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.55 |
| HSL | 118.5º | 0.21% | 0.38% | - |
| HSV(B) | 118.5º | 0.34% | 0.45% | - |
| XYZ | 10.61 | 14.59 | 9.09 | - |
| YUV | 99.78 | 114.58 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 76 | 0.34 | 0 | 0.34 | 0.55 | 118.5 | 0.21 | 0.38 |
| Hex | 4D | 74 | 4C | 22 | 0 | 22 | 37 | 76 | 15 | 26 |
| Octal | 115 | 164 | 114 | 42 | 0 | 42 | 67 | 166 | 25 | 46 |
| Binary | 1001101 | 1110100 | 1001100 | 100010 | 0 | 100010 | 110111 | 1110110 | 10101 | 100110 |
Color Harmonies of #4D744C
Complementary color
Monochromatic Colors of #4D744C
Black with #4D744C
Text Example
Text Example
White with #4D744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D744C; }
p { color: rgb(77,116,76); }
H1.HeaderClassName
{
color: #4D744C;
}
.AnyTagClassName
{
color: #4D744C;
}
</style>
background-color css
<style>
a { background-color: #4D744C; }
a { background-color: rgb(77,116,76); }
div.DivClassName
{
background-color: #4D744C;
}
.BgClassName
{
background-color: #4D744C;
}
</style>
border-color css
<style>
span { border-color: #4D744C; }
span { border-color: rgb(77,116,76); }
td.TdClassName
{
border-color: #4D744C;
}
.TagClassName
{
border-color: #4D744C;
}
</style>