Shades of De York #7DB776
Tints of De York #7DB776
RGB
CMYK
RGB Variations
Color information
#7DB776 (or 0x7DB776) is known color: De York. HEX triplet: 7D, B7 and 76. RGB value is (125,183,118). Sum of RGB (Red+Green+Blue) = 125+183+118=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB776 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB776 is #824889. Grayscale: #9E9E9E. Windows color (decimal): -8538250 or 7780221. OLE color: 7780221.
HSL color Cylindrical-coordinate representation of color #7DB776: hue angle of 113.54º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DB776 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 118 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.28 |
| HSL | 113.54º | 0.31% | 0.59% | - |
| HSV(B) | 113.54º | 0.36% | 0.72% | - |
| XYZ | 28.66 | 39.53 | 23.26 | - |
| YUV | 158.25 | 105.28 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 118 | 0.32 | 0 | 0.36 | 0.28 | 113.54 | 0.31 | 0.59 |
| Hex | 7D | B7 | 76 | 20 | 0 | 24 | 1C | 72 | 1F | 3B |
| Octal | 175 | 267 | 166 | 40 | 0 | 44 | 34 | 162 | 37 | 73 |
| Binary | 1111101 | 10110111 | 1110110 | 100000 | 0 | 100100 | 11100 | 1110010 | 11111 | 111011 |
Color Harmonies of #7DB776
Complementary color
Monochromatic Colors of #7DB776
Black with #7DB776
Text Example
Text Example
White with #7DB776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB776; }
p { color: rgb(125,183,118); }
H1.HeaderClassName
{
color: #7DB776;
}
.AnyTagClassName
{
color: #7DB776;
}
</style>
background-color css
<style>
a { background-color: #7DB776; }
a { background-color: rgb(125,183,118); }
div.DivClassName
{
background-color: #7DB776;
}
.BgClassName
{
background-color: #7DB776;
}
</style>
border-color css
<style>
span { border-color: #7DB776; }
span { border-color: rgb(125,183,118); }
td.TdClassName
{
border-color: #7DB776;
}
.TagClassName
{
border-color: #7DB776;
}
</style>