Shades of Killarney #50764F
Tints of Killarney #50764F
RGB
CMYK
RGB Variations
Color information
#50764F (or 0x50764F) is known color: Killarney. HEX triplet: 50, 76 and 4F. RGB value is (80,118,79). Sum of RGB (Red+Green+Blue) = 80+118+79=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #50764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50764F is #AF89B0. Grayscale: #666666. Windows color (decimal): -11504049 or 5207632. OLE color: 5207632.
HSL color Cylindrical-coordinate representation of color #50764F: hue angle of 118.46º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #50764F is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 118 | 79 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.54 |
| HSL | 118.46º | 0.2% | 0.39% | - |
| HSV(B) | 118.46º | 0.33% | 0.46% | - |
| XYZ | 11.2 | 15.23 | 9.75 | - |
| YUV | 102.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 79 | 0.32 | 0 | 0.33 | 0.54 | 118.46 | 0.2 | 0.39 |
| Hex | 50 | 76 | 4F | 20 | 0 | 21 | 36 | 76 | 14 | 27 |
| Octal | 120 | 166 | 117 | 40 | 0 | 41 | 66 | 166 | 24 | 47 |
| Binary | 1010000 | 1110110 | 1001111 | 100000 | 0 | 100001 | 110110 | 1110110 | 10100 | 100111 |
Color Harmonies of #50764F
Complementary color
Monochromatic Colors of #50764F
Black with #50764F
Text Example
Text Example
White with #50764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50764F; }
p { color: rgb(80,118,79); }
H1.HeaderClassName
{
color: #50764F;
}
.AnyTagClassName
{
color: #50764F;
}
</style>
background-color css
<style>
a { background-color: #50764F; }
a { background-color: rgb(80,118,79); }
div.DivClassName
{
background-color: #50764F;
}
.BgClassName
{
background-color: #50764F;
}
</style>
border-color css
<style>
span { border-color: #50764F; }
span { border-color: rgb(80,118,79); }
td.TdClassName
{
border-color: #50764F;
}
.TagClassName
{
border-color: #50764F;
}
</style>