Shades of Killarney #50754E
Tints of Killarney #50754E
RGB
CMYK
RGB Variations
Color information
#50754E (or 0x50754E) is known color: Killarney. HEX triplet: 50, 75 and 4E. RGB value is (80,117,78). Sum of RGB (Red+Green+Blue) = 80+117+78=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #50754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50754E is #AF8AB1. Grayscale: #656565. Windows color (decimal): -11504306 or 5141840. OLE color: 5141840.
HSL color Cylindrical-coordinate representation of color #50754E: hue angle of 116.92º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #50754E is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 117 | 78 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.54 |
| HSL | 116.92º | 0.2% | 0.38% | - |
| HSV(B) | 116.92º | 0.33% | 0.46% | - |
| XYZ | 11.04 | 14.98 | 9.52 | - |
| YUV | 101.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 78 | 0.32 | 0 | 0.33 | 0.54 | 116.92 | 0.2 | 0.38 |
| Hex | 50 | 75 | 4E | 20 | 0 | 21 | 36 | 75 | 14 | 26 |
| Octal | 120 | 165 | 116 | 40 | 0 | 41 | 66 | 165 | 24 | 46 |
| Binary | 1010000 | 1110101 | 1001110 | 100000 | 0 | 100001 | 110110 | 1110101 | 10100 | 100110 |
Color Harmonies of #50754E
Complementary color
Monochromatic Colors of #50754E
Black with #50754E
Text Example
Text Example
White with #50754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50754E; }
p { color: rgb(80,117,78); }
H1.HeaderClassName
{
color: #50754E;
}
.AnyTagClassName
{
color: #50754E;
}
</style>
background-color css
<style>
a { background-color: #50754E; }
a { background-color: rgb(80,117,78); }
div.DivClassName
{
background-color: #50754E;
}
.BgClassName
{
background-color: #50754E;
}
</style>
border-color css
<style>
span { border-color: #50754E; }
span { border-color: rgb(80,117,78); }
td.TdClassName
{
border-color: #50754E;
}
.TagClassName
{
border-color: #50754E;
}
</style>