Shades of Killarney #4A7754
Tints of Killarney #4A7754
RGB
CMYK
RGB Variations
Color information
#4A7754 (or 0x4A7754) is known color: Killarney. HEX triplet: 4A, 77 and 54. RGB value is (74,119,84). Sum of RGB (Red+Green+Blue) = 74+119+84=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7754 is #B588AB. Grayscale: #656565. Windows color (decimal): -11897004 or 5535562. OLE color: 5535562.
HSL color Cylindrical-coordinate representation of color #4A7754: hue angle of 133.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A7754 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 119 | 84 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.53 |
| HSL | 133.33º | 0.23% | 0.38% | - |
| HSV(B) | 133.33º | 0.38% | 0.47% | - |
| XYZ | 11.02 | 15.29 | 10.76 | - |
| YUV | 101.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 119 | 84 | 0.38 | 0 | 0.29 | 0.53 | 133.33 | 0.23 | 0.38 |
| Hex | 4A | 77 | 54 | 26 | 0 | 1D | 35 | 85 | 17 | 26 |
| Octal | 112 | 167 | 124 | 46 | 0 | 35 | 65 | 205 | 27 | 46 |
| Binary | 1001010 | 1110111 | 1010100 | 100110 | 0 | 11101 | 110101 | 10000101 | 10111 | 100110 |
Color Harmonies of #4A7754
Complementary color
Monochromatic Colors of #4A7754
Black with #4A7754
Text Example
Text Example
White with #4A7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7754; }
p { color: rgb(74,119,84); }
H1.HeaderClassName
{
color: #4A7754;
}
.AnyTagClassName
{
color: #4A7754;
}
</style>
background-color css
<style>
a { background-color: #4A7754; }
a { background-color: rgb(74,119,84); }
div.DivClassName
{
background-color: #4A7754;
}
.BgClassName
{
background-color: #4A7754;
}
</style>
border-color css
<style>
span { border-color: #4A7754; }
span { border-color: rgb(74,119,84); }
td.TdClassName
{
border-color: #4A7754;
}
.TagClassName
{
border-color: #4A7754;
}
</style>