Shades of De York #7CB779
Tints of De York #7CB779
RGB
CMYK
RGB Variations
Color information
#7CB779 (or 0x7CB779) is known color: De York. HEX triplet: 7C, B7 and 79. RGB value is (124,183,121). Sum of RGB (Red+Green+Blue) = 124+183+121=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB779 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB779 is #834886. Grayscale: #9E9E9E. Windows color (decimal): -8603783 or 7976828. OLE color: 7976828.
HSL color Cylindrical-coordinate representation of color #7CB779: hue angle of 117.1º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CB779 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 121 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.28 |
| HSL | 117.1º | 0.3% | 0.6% | - |
| HSV(B) | 117.1º | 0.34% | 0.72% | - |
| XYZ | 28.7 | 39.53 | 24.21 | - |
| YUV | 158.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 121 | 0.32 | 0 | 0.34 | 0.28 | 117.1 | 0.3 | 0.6 |
| Hex | 7C | B7 | 79 | 20 | 0 | 22 | 1C | 75 | 1E | 3C |
| Octal | 174 | 267 | 171 | 40 | 0 | 42 | 34 | 165 | 36 | 74 |
| Binary | 1111100 | 10110111 | 1111001 | 100000 | 0 | 100010 | 11100 | 1110101 | 11110 | 111100 |
Color Harmonies of #7CB779
Complementary color
Monochromatic Colors of #7CB779
Black with #7CB779
Text Example
Text Example
White with #7CB779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB779; }
p { color: rgb(124,183,121); }
H1.HeaderClassName
{
color: #7CB779;
}
.AnyTagClassName
{
color: #7CB779;
}
</style>
background-color css
<style>
a { background-color: #7CB779; }
a { background-color: rgb(124,183,121); }
div.DivClassName
{
background-color: #7CB779;
}
.BgClassName
{
background-color: #7CB779;
}
</style>
border-color css
<style>
span { border-color: #7CB779; }
span { border-color: rgb(124,183,121); }
td.TdClassName
{
border-color: #7CB779;
}
.TagClassName
{
border-color: #7CB779;
}
</style>