Shades of Killarney #4D7752
Tints of Killarney #4D7752
RGB
CMYK
RGB Variations
Color information
#4D7752 (or 0x4D7752) is known color: Killarney. HEX triplet: 4D, 77 and 52. RGB value is (77,119,82). Sum of RGB (Red+Green+Blue) = 77+119+82=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7752 is #B288AD. Grayscale: #666666. Windows color (decimal): -11700398 or 5404493. OLE color: 5404493.
HSL color Cylindrical-coordinate representation of color #4D7752: hue angle of 127.14º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D7752 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 82 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.53 |
| HSL | 127.14º | 0.21% | 0.38% | - |
| HSV(B) | 127.14º | 0.35% | 0.47% | - |
| XYZ | 11.18 | 15.38 | 10.36 | - |
| YUV | 102.22 | 116.59 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 82 | 0.35 | 0 | 0.31 | 0.53 | 127.14 | 0.21 | 0.38 |
| Hex | 4D | 77 | 52 | 23 | 0 | 1F | 35 | 7F | 15 | 26 |
| Octal | 115 | 167 | 122 | 43 | 0 | 37 | 65 | 177 | 25 | 46 |
| Binary | 1001101 | 1110111 | 1010010 | 100011 | 0 | 11111 | 110101 | 1111111 | 10101 | 100110 |
Color Harmonies of #4D7752
Complementary color
Monochromatic Colors of #4D7752
Black with #4D7752
Text Example
Text Example
White with #4D7752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7752; }
p { color: rgb(77,119,82); }
H1.HeaderClassName
{
color: #4D7752;
}
.AnyTagClassName
{
color: #4D7752;
}
</style>
background-color css
<style>
a { background-color: #4D7752; }
a { background-color: rgb(77,119,82); }
div.DivClassName
{
background-color: #4D7752;
}
.BgClassName
{
background-color: #4D7752;
}
</style>
border-color css
<style>
span { border-color: #4D7752; }
span { border-color: rgb(77,119,82); }
td.TdClassName
{
border-color: #4D7752;
}
.TagClassName
{
border-color: #4D7752;
}
</style>