Shades of De York #7CB782
Tints of De York #7CB782
RGB
CMYK
RGB Variations
Color information
#7CB782 (or 0x7CB782) is known color: De York. HEX triplet: 7C, B7 and 82. RGB value is (124,183,130). Sum of RGB (Red+Green+Blue) = 124+183+130=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB782 is #83487D. Grayscale: #9F9F9F. Windows color (decimal): -8603774 or 8566652. OLE color: 8566652.
HSL color Cylindrical-coordinate representation of color #7CB782: hue angle of 126.1º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CB782 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 130 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.28 |
| HSL | 126.1º | 0.29% | 0.6% | - |
| HSV(B) | 126.1º | 0.32% | 0.72% | - |
| XYZ | 29.27 | 39.76 | 27.25 | - |
| YUV | 159.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 130 | 0.32 | 0 | 0.29 | 0.28 | 126.1 | 0.29 | 0.6 |
| Hex | 7C | B7 | 82 | 20 | 0 | 1D | 1C | 7E | 1D | 3C |
| Octal | 174 | 267 | 202 | 40 | 0 | 35 | 34 | 176 | 35 | 74 |
| Binary | 1111100 | 10110111 | 10000010 | 100000 | 0 | 11101 | 11100 | 1111110 | 11101 | 111100 |
Color Harmonies of #7CB782
Complementary color
Monochromatic Colors of #7CB782
Black with #7CB782
Text Example
Text Example
White with #7CB782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB782; }
p { color: rgb(124,183,130); }
H1.HeaderClassName
{
color: #7CB782;
}
.AnyTagClassName
{
color: #7CB782;
}
</style>
background-color css
<style>
a { background-color: #7CB782; }
a { background-color: rgb(124,183,130); }
div.DivClassName
{
background-color: #7CB782;
}
.BgClassName
{
background-color: #7CB782;
}
</style>
border-color css
<style>
span { border-color: #7CB782; }
span { border-color: rgb(124,183,130); }
td.TdClassName
{
border-color: #7CB782;
}
.TagClassName
{
border-color: #7CB782;
}
</style>