Shades of De York #77CC82
Tints of De York #77CC82
RGB
CMYK
RGB Variations
Color information
#77CC82 (or 0x77CC82) is known color: De York. HEX triplet: 77, CC and 82. RGB value is (119,204,130). Sum of RGB (Red+Green+Blue) = 119+204+130=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CC82 is #88337D. Grayscale: #AAAAAA. Windows color (decimal): -8926078 or 8572023. OLE color: 8572023.
HSL color Cylindrical-coordinate representation of color #77CC82: hue angle of 127.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CC82 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 130 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.2 |
| HSL | 127.76º | 0.45% | 0.63% | - |
| HSV(B) | 127.76º | 0.42% | 0.8% | - |
| XYZ | 33.23 | 48.72 | 28.77 | - |
| YUV | 170.15 | 105.34 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 130 | 0.42 | 0 | 0.36 | 0.2 | 127.76 | 0.45 | 0.63 |
| Hex | 77 | CC | 82 | 2A | 0 | 24 | 14 | 80 | 2D | 3F |
| Octal | 167 | 314 | 202 | 52 | 0 | 44 | 24 | 200 | 55 | 77 |
| Binary | 1110111 | 11001100 | 10000010 | 101010 | 0 | 100100 | 10100 | 10000000 | 101101 | 111111 |
Color Harmonies of #77CC82
Complementary color
Monochromatic Colors of #77CC82
Black with #77CC82
Text Example
Text Example
White with #77CC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC82; }
p { color: rgb(119,204,130); }
H1.HeaderClassName
{
color: #77CC82;
}
.AnyTagClassName
{
color: #77CC82;
}
</style>
background-color css
<style>
a { background-color: #77CC82; }
a { background-color: rgb(119,204,130); }
div.DivClassName
{
background-color: #77CC82;
}
.BgClassName
{
background-color: #77CC82;
}
</style>
border-color css
<style>
span { border-color: #77CC82; }
span { border-color: rgb(119,204,130); }
td.TdClassName
{
border-color: #77CC82;
}
.TagClassName
{
border-color: #77CC82;
}
</style>