Shades of De York #77C888
Tints of De York #77C888
RGB
CMYK
RGB Variations
Color information
#77C888 (or 0x77C888) is known color: De York. HEX triplet: 77, C8 and 88. RGB value is (119,200,136). Sum of RGB (Red+Green+Blue) = 119+200+136=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 200 - color contains mainly: green. Hex color #77C888 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C888 is #883777. Grayscale: #A8A8A8. Windows color (decimal): -8927096 or 8964215. OLE color: 8964215.
HSL color Cylindrical-coordinate representation of color #77C888: hue angle of 132.59º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77C888 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 200 | 136 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.22 |
| HSL | 132.59º | 0.42% | 0.63% | - |
| HSV(B) | 132.59º | 0.41% | 0.78% | - |
| XYZ | 32.71 | 47.01 | 30.64 | - |
| YUV | 168.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 200 | 136 | 0.40 | 0 | 0.32 | 0.22 | 132.59 | 0.42 | 0.63 |
| Hex | 77 | C8 | 88 | 28 | 0 | 20 | 16 | 85 | 2A | 3F |
| Octal | 167 | 310 | 210 | 50 | 0 | 40 | 26 | 205 | 52 | 77 |
| Binary | 1110111 | 11001000 | 10001000 | 101000 | 0 | 100000 | 10110 | 10000101 | 101010 | 111111 |
Color Harmonies of #77C888
Complementary color
Monochromatic Colors of #77C888
Black with #77C888
Text Example
Text Example
White with #77C888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C888; }
p { color: rgb(119,200,136); }
H1.HeaderClassName
{
color: #77C888;
}
.AnyTagClassName
{
color: #77C888;
}
</style>
background-color css
<style>
a { background-color: #77C888; }
a { background-color: rgb(119,200,136); }
div.DivClassName
{
background-color: #77C888;
}
.BgClassName
{
background-color: #77C888;
}
</style>
border-color css
<style>
span { border-color: #77C888; }
span { border-color: rgb(119,200,136); }
td.TdClassName
{
border-color: #77C888;
}
.TagClassName
{
border-color: #77C888;
}
</style>