Shades of De York #7CB877
Tints of De York #7CB877
RGB
CMYK
RGB Variations
Color information
#7CB877 (or 0x7CB877) is known color: De York. HEX triplet: 7C, B8 and 77. RGB value is (124,184,119). Sum of RGB (Red+Green+Blue) = 124+184+119=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB877 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB877 is #834788. Grayscale: #9E9E9E. Windows color (decimal): -8603529 or 7846012. OLE color: 7846012.
HSL color Cylindrical-coordinate representation of color #7CB877: hue angle of 115.38º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CB877 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 184 | 119 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.28 |
| HSL | 115.38º | 0.31% | 0.59% | - |
| HSV(B) | 115.38º | 0.35% | 0.72% | - |
| XYZ | 28.78 | 39.9 | 23.64 | - |
| YUV | 158.65 | 105.62 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 119 | 0.33 | 0 | 0.35 | 0.28 | 115.38 | 0.31 | 0.59 |
| Hex | 7C | B8 | 77 | 21 | 0 | 23 | 1C | 73 | 1F | 3B |
| Octal | 174 | 270 | 167 | 41 | 0 | 43 | 34 | 163 | 37 | 73 |
| Binary | 1111100 | 10111000 | 1110111 | 100001 | 0 | 100011 | 11100 | 1110011 | 11111 | 111011 |
Color Harmonies of #7CB877
Complementary color
Monochromatic Colors of #7CB877
Black with #7CB877
Text Example
Text Example
White with #7CB877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB877; }
p { color: rgb(124,184,119); }
H1.HeaderClassName
{
color: #7CB877;
}
.AnyTagClassName
{
color: #7CB877;
}
</style>
background-color css
<style>
a { background-color: #7CB877; }
a { background-color: rgb(124,184,119); }
div.DivClassName
{
background-color: #7CB877;
}
.BgClassName
{
background-color: #7CB877;
}
</style>
border-color css
<style>
span { border-color: #7CB877; }
span { border-color: rgb(124,184,119); }
td.TdClassName
{
border-color: #7CB877;
}
.TagClassName
{
border-color: #7CB877;
}
</style>