Shades of Killarney #4D7750
Tints of Killarney #4D7750
RGB
CMYK
RGB Variations
Color information
#4D7750 (or 0x4D7750) is known color: Killarney. HEX triplet: 4D, 77 and 50. RGB value is (77,119,80). Sum of RGB (Red+Green+Blue) = 77+119+80=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7750 is #B288AF. Grayscale: #666666. Windows color (decimal): -11700400 or 5273421. OLE color: 5273421.
HSL color Cylindrical-coordinate representation of color #4D7750: hue angle of 124.29º 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 #4D7750 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 80 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.53 |
| HSL | 124.29º | 0.21% | 0.38% | - |
| HSV(B) | 124.29º | 0.35% | 0.47% | - |
| XYZ | 11.11 | 15.35 | 9.97 | - |
| YUV | 102 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 80 | 0.35 | 0 | 0.33 | 0.53 | 124.29 | 0.21 | 0.38 |
| Hex | 4D | 77 | 50 | 23 | 0 | 21 | 35 | 7C | 15 | 26 |
| Octal | 115 | 167 | 120 | 43 | 0 | 41 | 65 | 174 | 25 | 46 |
| Binary | 1001101 | 1110111 | 1010000 | 100011 | 0 | 100001 | 110101 | 1111100 | 10101 | 100110 |
Color Harmonies of #4D7750
Complementary color
Monochromatic Colors of #4D7750
Black with #4D7750
Text Example
Text Example
White with #4D7750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7750; }
p { color: rgb(77,119,80); }
H1.HeaderClassName
{
color: #4D7750;
}
.AnyTagClassName
{
color: #4D7750;
}
</style>
background-color css
<style>
a { background-color: #4D7750; }
a { background-color: rgb(77,119,80); }
div.DivClassName
{
background-color: #4D7750;
}
.BgClassName
{
background-color: #4D7750;
}
</style>
border-color css
<style>
span { border-color: #4D7750; }
span { border-color: rgb(77,119,80); }
td.TdClassName
{
border-color: #4D7750;
}
.TagClassName
{
border-color: #4D7750;
}
</style>