Shades of De York #7CC077
Tints of De York #7CC077
RGB
CMYK
RGB Variations
Color information
#7CC077 (or 0x7CC077) is known color: De York. HEX triplet: 7C, C0 and 77. RGB value is (124,192,119). Sum of RGB (Red+Green+Blue) = 124+192+119=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC077 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC077 is #833F88. Grayscale: #A3A3A3. Windows color (decimal): -8601481 or 7848060. OLE color: 7848060.
HSL color Cylindrical-coordinate representation of color #7CC077: hue angle of 115.89º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC077 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 119 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.25 |
| HSL | 115.89º | 0.37% | 0.61% | - |
| HSV(B) | 115.89º | 0.38% | 0.75% | - |
| XYZ | 30.49 | 43.32 | 24.21 | - |
| YUV | 163.35 | 102.97 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 119 | 0.35 | 0 | 0.38 | 0.25 | 115.89 | 0.37 | 0.61 |
| Hex | 7C | C0 | 77 | 23 | 0 | 26 | 19 | 74 | 25 | 3D |
| Octal | 174 | 300 | 167 | 43 | 0 | 46 | 31 | 164 | 45 | 75 |
| Binary | 1111100 | 11000000 | 1110111 | 100011 | 0 | 100110 | 11001 | 1110100 | 100101 | 111101 |
Color Harmonies of #7CC077
Complementary color
Monochromatic Colors of #7CC077
Black with #7CC077
Text Example
Text Example
White with #7CC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC077; }
p { color: rgb(124,192,119); }
H1.HeaderClassName
{
color: #7CC077;
}
.AnyTagClassName
{
color: #7CC077;
}
</style>
background-color css
<style>
a { background-color: #7CC077; }
a { background-color: rgb(124,192,119); }
div.DivClassName
{
background-color: #7CC077;
}
.BgClassName
{
background-color: #7CC077;
}
</style>
border-color css
<style>
span { border-color: #7CC077; }
span { border-color: rgb(124,192,119); }
td.TdClassName
{
border-color: #7CC077;
}
.TagClassName
{
border-color: #7CC077;
}
</style>