Shades of Killarney #50784E
Tints of Killarney #50784E
RGB
CMYK
RGB Variations
Color information
#50784E (or 0x50784E) is known color: Killarney. HEX triplet: 50, 78 and 4E. RGB value is (80,120,78). Sum of RGB (Red+Green+Blue) = 80+120+78=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #50784E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50784E is #AF87B1. Grayscale: #676767. Windows color (decimal): -11503538 or 5142608. OLE color: 5142608.
HSL color Cylindrical-coordinate representation of color #50784E: hue angle of 117.14º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50784E is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 120 | 78 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.53 |
| HSL | 117.14º | 0.21% | 0.39% | - |
| HSV(B) | 117.14º | 0.35% | 0.47% | - |
| XYZ | 11.4 | 15.69 | 9.64 | - |
| YUV | 103.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 78 | 0.33 | 0 | 0.35 | 0.53 | 117.14 | 0.21 | 0.39 |
| Hex | 50 | 78 | 4E | 21 | 0 | 23 | 35 | 75 | 15 | 27 |
| Octal | 120 | 170 | 116 | 41 | 0 | 43 | 65 | 165 | 25 | 47 |
| Binary | 1010000 | 1111000 | 1001110 | 100001 | 0 | 100011 | 110101 | 1110101 | 10101 | 100111 |
Color Harmonies of #50784E
Complementary color
Monochromatic Colors of #50784E
Black with #50784E
Text Example
Text Example
White with #50784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50784E; }
p { color: rgb(80,120,78); }
H1.HeaderClassName
{
color: #50784E;
}
.AnyTagClassName
{
color: #50784E;
}
</style>
background-color css
<style>
a { background-color: #50784E; }
a { background-color: rgb(80,120,78); }
div.DivClassName
{
background-color: #50784E;
}
.BgClassName
{
background-color: #50784E;
}
</style>
border-color css
<style>
span { border-color: #50784E; }
span { border-color: rgb(80,120,78); }
td.TdClassName
{
border-color: #50784E;
}
.TagClassName
{
border-color: #50784E;
}
</style>