Shades of Killarney #48774E
Tints of Killarney #48774E
RGB
CMYK
RGB Variations
Color information
#48774E (or 0x48774E) is known color: Killarney. HEX triplet: 48, 77 and 4E. RGB value is (72,119,78). Sum of RGB (Red+Green+Blue) = 72+119+78=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #48774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48774E is #B788B1. Grayscale: #646464. Windows color (decimal): -12028082 or 5142344. OLE color: 5142344.
HSL color Cylindrical-coordinate representation of color #48774E: hue angle of 127.66º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48774E is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 119 | 78 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.53 |
| HSL | 127.66º | 0.25% | 0.37% | - |
| HSV(B) | 127.66º | 0.39% | 0.47% | - |
| XYZ | 10.64 | 15.12 | 9.57 | - |
| YUV | 100.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 119 | 78 | 0.39 | 0 | 0.34 | 0.53 | 127.66 | 0.25 | 0.37 |
| Hex | 48 | 77 | 4E | 27 | 0 | 22 | 35 | 80 | 19 | 25 |
| Octal | 110 | 167 | 116 | 47 | 0 | 42 | 65 | 200 | 31 | 45 |
| Binary | 1001000 | 1110111 | 1001110 | 100111 | 0 | 100010 | 110101 | 10000000 | 11001 | 100101 |
Color Harmonies of #48774E
Complementary color
Monochromatic Colors of #48774E
Black with #48774E
Text Example
Text Example
White with #48774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48774E; }
p { color: rgb(72,119,78); }
H1.HeaderClassName
{
color: #48774E;
}
.AnyTagClassName
{
color: #48774E;
}
</style>
background-color css
<style>
a { background-color: #48774E; }
a { background-color: rgb(72,119,78); }
div.DivClassName
{
background-color: #48774E;
}
.BgClassName
{
background-color: #48774E;
}
</style>
border-color css
<style>
span { border-color: #48774E; }
span { border-color: rgb(72,119,78); }
td.TdClassName
{
border-color: #48774E;
}
.TagClassName
{
border-color: #48774E;
}
</style>