Shades of De York #77C587
Tints of De York #77C587
RGB
CMYK
RGB Variations
Color information
#77C587 (or 0x77C587) is known color: De York. HEX triplet: 77, C5 and 87. RGB value is (119,197,135). Sum of RGB (Red+Green+Blue) = 119+197+135=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 197 - color contains mainly: green. Hex color #77C587 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C587 is #883A78. Grayscale: #A6A6A6. Windows color (decimal): -8927865 or 8897911. OLE color: 8897911.
HSL color Cylindrical-coordinate representation of color #77C587: hue angle of 132.31º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77C587 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 197 | 135 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.23 |
| HSL | 132.31º | 0.4% | 0.62% | - |
| HSV(B) | 132.31º | 0.4% | 0.77% | - |
| XYZ | 31.95 | 45.6 | 30.04 | - |
| YUV | 166.61 | 110.16 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 135 | 0.40 | 0 | 0.31 | 0.23 | 132.31 | 0.4 | 0.62 |
| Hex | 77 | C5 | 87 | 28 | 0 | 1F | 17 | 84 | 28 | 3E |
| Octal | 167 | 305 | 207 | 50 | 0 | 37 | 27 | 204 | 50 | 76 |
| Binary | 1110111 | 11000101 | 10000111 | 101000 | 0 | 11111 | 10111 | 10000100 | 101000 | 111110 |
Color Harmonies of #77C587
Complementary color
Monochromatic Colors of #77C587
Black with #77C587
Text Example
Text Example
White with #77C587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C587; }
p { color: rgb(119,197,135); }
H1.HeaderClassName
{
color: #77C587;
}
.AnyTagClassName
{
color: #77C587;
}
</style>
background-color css
<style>
a { background-color: #77C587; }
a { background-color: rgb(119,197,135); }
div.DivClassName
{
background-color: #77C587;
}
.BgClassName
{
background-color: #77C587;
}
</style>
border-color css
<style>
span { border-color: #77C587; }
span { border-color: rgb(119,197,135); }
td.TdClassName
{
border-color: #77C587;
}
.TagClassName
{
border-color: #77C587;
}
</style>