Shades of De York #77C680
Tints of De York #77C680
RGB
CMYK
RGB Variations
Color information
#77C680 (or 0x77C680) is known color: De York. HEX triplet: 77, C6 and 80. RGB value is (119,198,128). Sum of RGB (Red+Green+Blue) = 119+198+128=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #77C680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C680 is #88397F. Grayscale: #A6A6A6. Windows color (decimal): -8927616 or 8439415. OLE color: 8439415.
HSL color Cylindrical-coordinate representation of color #77C680: hue angle of 126.84º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77C680 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 198 | 128 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.22 |
| HSL | 126.84º | 0.41% | 0.62% | - |
| HSV(B) | 126.84º | 0.4% | 0.78% | - |
| XYZ | 31.7 | 45.87 | 27.6 | - |
| YUV | 166.4 | 106.33 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 198 | 128 | 0.40 | 0 | 0.35 | 0.22 | 126.84 | 0.41 | 0.62 |
| Hex | 77 | C6 | 80 | 28 | 0 | 23 | 16 | 7F | 29 | 3E |
| Octal | 167 | 306 | 200 | 50 | 0 | 43 | 26 | 177 | 51 | 76 |
| Binary | 1110111 | 11000110 | 10000000 | 101000 | 0 | 100011 | 10110 | 1111111 | 101001 | 111110 |
Color Harmonies of #77C680
Complementary color
Monochromatic Colors of #77C680
Black with #77C680
Text Example
Text Example
White with #77C680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C680; }
p { color: rgb(119,198,128); }
H1.HeaderClassName
{
color: #77C680;
}
.AnyTagClassName
{
color: #77C680;
}
</style>
background-color css
<style>
a { background-color: #77C680; }
a { background-color: rgb(119,198,128); }
div.DivClassName
{
background-color: #77C680;
}
.BgClassName
{
background-color: #77C680;
}
</style>
border-color css
<style>
span { border-color: #77C680; }
span { border-color: rgb(119,198,128); }
td.TdClassName
{
border-color: #77C680;
}
.TagClassName
{
border-color: #77C680;
}
</style>