Shades of De York #77BA7D
Tints of De York #77BA7D
RGB
CMYK
RGB Variations
Color information
#77BA7D (or 0x77BA7D) is known color: De York. HEX triplet: 77, BA and 7D. RGB value is (119,186,125). Sum of RGB (Red+Green+Blue) = 119+186+125=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BA7D is #884582. Grayscale: #9F9F9F. Windows color (decimal): -8930691 or 8239735. OLE color: 8239735.
HSL color Cylindrical-coordinate representation of color #77BA7D: hue angle of 125.37º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77BA7D is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 186 | 125 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.27 |
| HSL | 125.37º | 0.33% | 0.6% | - |
| HSV(B) | 125.37º | 0.36% | 0.73% | - |
| XYZ | 28.87 | 40.52 | 25.7 | - |
| YUV | 159.01 | 108.8 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 125 | 0.36 | 0 | 0.33 | 0.27 | 125.37 | 0.33 | 0.6 |
| Hex | 77 | BA | 7D | 24 | 0 | 21 | 1B | 7D | 21 | 3C |
| Octal | 167 | 272 | 175 | 44 | 0 | 41 | 33 | 175 | 41 | 74 |
| Binary | 1110111 | 10111010 | 1111101 | 100100 | 0 | 100001 | 11011 | 1111101 | 100001 | 111100 |
Color Harmonies of #77BA7D
Complementary color
Monochromatic Colors of #77BA7D
Black with #77BA7D
Text Example
Text Example
White with #77BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BA7D; }
p { color: rgb(119,186,125); }
H1.HeaderClassName
{
color: #77BA7D;
}
.AnyTagClassName
{
color: #77BA7D;
}
</style>
background-color css
<style>
a { background-color: #77BA7D; }
a { background-color: rgb(119,186,125); }
div.DivClassName
{
background-color: #77BA7D;
}
.BgClassName
{
background-color: #77BA7D;
}
</style>
border-color css
<style>
span { border-color: #77BA7D; }
span { border-color: rgb(119,186,125); }
td.TdClassName
{
border-color: #77BA7D;
}
.TagClassName
{
border-color: #77BA7D;
}
</style>