Shades of Killarney #4D704D
Tints of Killarney #4D704D
RGB
CMYK
RGB Variations
Color information
#4D704D (or 0x4D704D) is known color: Killarney. HEX triplet: 4D, 70 and 4D. RGB value is (77,112,77). Sum of RGB (Red+Green+Blue) = 77+112+77=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #4D704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D704D is #B28FB2. Grayscale: #616161. Windows color (decimal): -11702195 or 5075021. OLE color: 5075021.
HSL color Cylindrical-coordinate representation of color #4D704D: hue angle of 120º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D704D is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 77 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.56 |
| HSL | 120º | 0.19% | 0.37% | - |
| HSV(B) | 120º | 0.31% | 0.44% | - |
| XYZ | 10.19 | 13.7 | 9.13 | - |
| YUV | 97.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 77 | 0.31 | 0 | 0.31 | 0.56 | 120 | 0.19 | 0.37 |
| Hex | 4D | 70 | 4D | 1F | 0 | 1F | 38 | 78 | 13 | 25 |
| Octal | 115 | 160 | 115 | 37 | 0 | 37 | 70 | 170 | 23 | 45 |
| Binary | 1001101 | 1110000 | 1001101 | 11111 | 0 | 11111 | 111000 | 1111000 | 10011 | 100101 |
Color Harmonies of #4D704D
Complementary color
Monochromatic Colors of #4D704D
Black with #4D704D
Text Example
Text Example
White with #4D704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D704D; }
p { color: rgb(77,112,77); }
H1.HeaderClassName
{
color: #4D704D;
}
.AnyTagClassName
{
color: #4D704D;
}
</style>
background-color css
<style>
a { background-color: #4D704D; }
a { background-color: rgb(77,112,77); }
div.DivClassName
{
background-color: #4D704D;
}
.BgClassName
{
background-color: #4D704D;
}
</style>
border-color css
<style>
span { border-color: #4D704D; }
span { border-color: rgb(77,112,77); }
td.TdClassName
{
border-color: #4D704D;
}
.TagClassName
{
border-color: #4D704D;
}
</style>