Shades of Killarney #4D774B
Tints of Killarney #4D774B
RGB
CMYK
RGB Variations
Color information
#4D774B (or 0x4D774B) is known color: Killarney. HEX triplet: 4D, 77 and 4B. RGB value is (77,119,75). Sum of RGB (Red+Green+Blue) = 77+119+75=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #4D774B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D774B is #B288B4. Grayscale: #656565. Windows color (decimal): -11700405 or 4945741. OLE color: 4945741.
HSL color Cylindrical-coordinate representation of color #4D774B: hue angle of 117.27º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D774B is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 75 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.53 |
| HSL | 117.27º | 0.23% | 0.38% | - |
| HSV(B) | 117.27º | 0.37% | 0.47% | - |
| XYZ | 10.93 | 15.28 | 9.03 | - |
| YUV | 101.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 75 | 0.35 | 0 | 0.37 | 0.53 | 117.27 | 0.23 | 0.38 |
| Hex | 4D | 77 | 4B | 23 | 0 | 25 | 35 | 75 | 17 | 26 |
| Octal | 115 | 167 | 113 | 43 | 0 | 45 | 65 | 165 | 27 | 46 |
| Binary | 1001101 | 1110111 | 1001011 | 100011 | 0 | 100101 | 110101 | 1110101 | 10111 | 100110 |
Color Harmonies of #4D774B
Complementary color
Monochromatic Colors of #4D774B
Black with #4D774B
Text Example
Text Example
White with #4D774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D774B; }
p { color: rgb(77,119,75); }
H1.HeaderClassName
{
color: #4D774B;
}
.AnyTagClassName
{
color: #4D774B;
}
</style>
background-color css
<style>
a { background-color: #4D774B; }
a { background-color: rgb(77,119,75); }
div.DivClassName
{
background-color: #4D774B;
}
.BgClassName
{
background-color: #4D774B;
}
</style>
border-color css
<style>
span { border-color: #4D774B; }
span { border-color: rgb(77,119,75); }
td.TdClassName
{
border-color: #4D774B;
}
.TagClassName
{
border-color: #4D774B;
}
</style>