Shades of De York #77CC84
Tints of De York #77CC84
RGB
CMYK
RGB Variations
Color information
#77CC84 (or 0x77CC84) is known color: De York. HEX triplet: 77, CC and 84. RGB value is (119,204,132). Sum of RGB (Red+Green+Blue) = 119+204+132=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CC84 is #88337B. Grayscale: #AAAAAA. Windows color (decimal): -8926076 or 8703095. OLE color: 8703095.
HSL color Cylindrical-coordinate representation of color #77CC84: hue angle of 129.18º 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 #77CC84 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 132 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.2 |
| HSL | 129.18º | 0.45% | 0.63% | - |
| HSV(B) | 129.18º | 0.42% | 0.8% | - |
| XYZ | 33.37 | 48.77 | 29.49 | - |
| YUV | 170.38 | 106.34 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 132 | 0.42 | 0 | 0.35 | 0.2 | 129.18 | 0.45 | 0.63 |
| Hex | 77 | CC | 84 | 2A | 0 | 23 | 14 | 81 | 2D | 3F |
| Octal | 167 | 314 | 204 | 52 | 0 | 43 | 24 | 201 | 55 | 77 |
| Binary | 1110111 | 11001100 | 10000100 | 101010 | 0 | 100011 | 10100 | 10000001 | 101101 | 111111 |
Color Harmonies of #77CC84
Complementary color
Monochromatic Colors of #77CC84
Black with #77CC84
Text Example
Text Example
White with #77CC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC84; }
p { color: rgb(119,204,132); }
H1.HeaderClassName
{
color: #77CC84;
}
.AnyTagClassName
{
color: #77CC84;
}
</style>
background-color css
<style>
a { background-color: #77CC84; }
a { background-color: rgb(119,204,132); }
div.DivClassName
{
background-color: #77CC84;
}
.BgClassName
{
background-color: #77CC84;
}
</style>
border-color css
<style>
span { border-color: #77CC84; }
span { border-color: rgb(119,204,132); }
td.TdClassName
{
border-color: #77CC84;
}
.TagClassName
{
border-color: #77CC84;
}
</style>