Shades of Killarney #5D775F
Tints of Killarney #5D775F
RGB
CMYK
RGB Variations
Color information
#5D775F (or 0x5D775F) is known color: Killarney. HEX triplet: 5D, 77 and 5F. RGB value is (93,119,95). Sum of RGB (Red+Green+Blue) = 93+119+95=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 119 - color contains mainly: green. Hex color #5D775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D775F is #A288A0. Grayscale: #6C6C6C. Windows color (decimal): -10651809 or 6256477. OLE color: 6256477.
HSL color Cylindrical-coordinate representation of color #5D775F: hue angle of 124.62º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D775F is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 119 | 95 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.53 |
| HSL | 124.62º | 0.12% | 0.42% | - |
| HSV(B) | 124.62º | 0.22% | 0.47% | - |
| XYZ | 13.18 | 16.35 | 13.29 | - |
| YUV | 108.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 95 | 0.22 | 0 | 0.20 | 0.53 | 124.62 | 0.12 | 0.42 |
| Hex | 5D | 77 | 5F | 16 | 0 | 14 | 35 | 7D | C | 2A |
| Octal | 135 | 167 | 137 | 26 | 0 | 24 | 65 | 175 | 14 | 52 |
| Binary | 1011101 | 1110111 | 1011111 | 10110 | 0 | 10100 | 110101 | 1111101 | 1100 | 101010 |
Color Harmonies of #5D775F
Complementary color
Monochromatic Colors of #5D775F
Black with #5D775F
Text Example
Text Example
White with #5D775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D775F; }
p { color: rgb(93,119,95); }
H1.HeaderClassName
{
color: #5D775F;
}
.AnyTagClassName
{
color: #5D775F;
}
</style>
background-color css
<style>
a { background-color: #5D775F; }
a { background-color: rgb(93,119,95); }
div.DivClassName
{
background-color: #5D775F;
}
.BgClassName
{
background-color: #5D775F;
}
</style>
border-color css
<style>
span { border-color: #5D775F; }
span { border-color: rgb(93,119,95); }
td.TdClassName
{
border-color: #5D775F;
}
.TagClassName
{
border-color: #5D775F;
}
</style>