Shades of Killarney #47774F
Tints of Killarney #47774F
RGB
CMYK
RGB Variations
Color information
#47774F (or 0x47774F) is known color: Killarney. HEX triplet: 47, 77 and 4F. RGB value is (71,119,79). Sum of RGB (Red+Green+Blue) = 71+119+79=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #47774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47774F is #B888B0. Grayscale: #646464. Windows color (decimal): -12093617 or 5207879. OLE color: 5207879.
HSL color Cylindrical-coordinate representation of color #47774F: hue angle of 130º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47774F is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 119 | 79 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.53 |
| HSL | 130º | 0.25% | 0.37% | - |
| HSV(B) | 130º | 0.4% | 0.47% | - |
| XYZ | 10.61 | 15.1 | 9.75 | - |
| YUV | 100.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 79 | 0.40 | 0 | 0.34 | 0.53 | 130 | 0.25 | 0.37 |
| Hex | 47 | 77 | 4F | 28 | 0 | 22 | 35 | 82 | 19 | 25 |
| Octal | 107 | 167 | 117 | 50 | 0 | 42 | 65 | 202 | 31 | 45 |
| Binary | 1000111 | 1110111 | 1001111 | 101000 | 0 | 100010 | 110101 | 10000010 | 11001 | 100101 |
Color Harmonies of #47774F
Complementary color
Monochromatic Colors of #47774F
Black with #47774F
Text Example
Text Example
White with #47774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47774F; }
p { color: rgb(71,119,79); }
H1.HeaderClassName
{
color: #47774F;
}
.AnyTagClassName
{
color: #47774F;
}
</style>
background-color css
<style>
a { background-color: #47774F; }
a { background-color: rgb(71,119,79); }
div.DivClassName
{
background-color: #47774F;
}
.BgClassName
{
background-color: #47774F;
}
</style>
border-color css
<style>
span { border-color: #47774F; }
span { border-color: rgb(71,119,79); }
td.TdClassName
{
border-color: #47774F;
}
.TagClassName
{
border-color: #47774F;
}
</style>