Shades of Killarney #4D7A52
Tints of Killarney #4D7A52
RGB
CMYK
RGB Variations
Color information
#4D7A52 (or 0x4D7A52) is known color: Killarney. HEX triplet: 4D, 7A and 52. RGB value is (77,122,82). Sum of RGB (Red+Green+Blue) = 77+122+82=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 122 - color contains mainly: green. Hex color #4D7A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7A52 is #B285AD. Grayscale: #686868. Windows color (decimal): -11699630 or 5405261. OLE color: 5405261.
HSL color Cylindrical-coordinate representation of color #4D7A52: hue angle of 126.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D7A52 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 122 | 82 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.52 |
| HSL | 126.67º | 0.23% | 0.39% | - |
| HSV(B) | 126.67º | 0.37% | 0.48% | - |
| XYZ | 11.54 | 16.11 | 10.48 | - |
| YUV | 103.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 122 | 82 | 0.37 | 0 | 0.33 | 0.52 | 126.67 | 0.23 | 0.39 |
| Hex | 4D | 7A | 52 | 25 | 0 | 21 | 34 | 7F | 17 | 27 |
| Octal | 115 | 172 | 122 | 45 | 0 | 41 | 64 | 177 | 27 | 47 |
| Binary | 1001101 | 1111010 | 1010010 | 100101 | 0 | 100001 | 110100 | 1111111 | 10111 | 100111 |
Color Harmonies of #4D7A52
Complementary color
Monochromatic Colors of #4D7A52
Black with #4D7A52
Text Example
Text Example
White with #4D7A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7A52; }
p { color: rgb(77,122,82); }
H1.HeaderClassName
{
color: #4D7A52;
}
.AnyTagClassName
{
color: #4D7A52;
}
</style>
background-color css
<style>
a { background-color: #4D7A52; }
a { background-color: rgb(77,122,82); }
div.DivClassName
{
background-color: #4D7A52;
}
.BgClassName
{
background-color: #4D7A52;
}
</style>
border-color css
<style>
span { border-color: #4D7A52; }
span { border-color: rgb(77,122,82); }
td.TdClassName
{
border-color: #4D7A52;
}
.TagClassName
{
border-color: #4D7A52;
}
</style>