Shades of Killarney #4D764F
Tints of Killarney #4D764F
RGB
CMYK
RGB Variations
Color information
#4D764F (or 0x4D764F) is known color: Killarney. HEX triplet: 4D, 76 and 4F. RGB value is (77,118,79). Sum of RGB (Red+Green+Blue) = 77+118+79=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #4D764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D764F is #B289B0. Grayscale: #656565. Windows color (decimal): -11700657 or 5207629. OLE color: 5207629.
HSL color Cylindrical-coordinate representation of color #4D764F: hue angle of 122.93º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D764F is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 118 | 79 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.54 |
| HSL | 122.93º | 0.21% | 0.38% | - |
| HSV(B) | 122.93º | 0.35% | 0.46% | - |
| XYZ | 10.95 | 15.1 | 9.73 | - |
| YUV | 101.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 79 | 0.35 | 0 | 0.33 | 0.54 | 122.93 | 0.21 | 0.38 |
| Hex | 4D | 76 | 4F | 23 | 0 | 21 | 36 | 7B | 15 | 26 |
| Octal | 115 | 166 | 117 | 43 | 0 | 41 | 66 | 173 | 25 | 46 |
| Binary | 1001101 | 1110110 | 1001111 | 100011 | 0 | 100001 | 110110 | 1111011 | 10101 | 100110 |
Color Harmonies of #4D764F
Complementary color
Monochromatic Colors of #4D764F
Black with #4D764F
Text Example
Text Example
White with #4D764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D764F; }
p { color: rgb(77,118,79); }
H1.HeaderClassName
{
color: #4D764F;
}
.AnyTagClassName
{
color: #4D764F;
}
</style>
background-color css
<style>
a { background-color: #4D764F; }
a { background-color: rgb(77,118,79); }
div.DivClassName
{
background-color: #4D764F;
}
.BgClassName
{
background-color: #4D764F;
}
</style>
border-color css
<style>
span { border-color: #4D764F; }
span { border-color: rgb(77,118,79); }
td.TdClassName
{
border-color: #4D764F;
}
.TagClassName
{
border-color: #4D764F;
}
</style>