Shades of De York #77C27B
Tints of De York #77C27B
RGB
CMYK
RGB Variations
Color information
#77C27B (or 0x77C27B) is known color: De York. HEX triplet: 77, C2 and 7B. RGB value is (119,194,123). Sum of RGB (Red+Green+Blue) = 119+194+123=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #77C27B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C27B is #883D84. Grayscale: #A3A3A3. Windows color (decimal): -8928645 or 8110711. OLE color: 8110711.
HSL color Cylindrical-coordinate representation of color #77C27B: hue angle of 123.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C27B is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 194 | 123 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.24 |
| HSL | 123.2º | 0.38% | 0.61% | - |
| HSV(B) | 123.2º | 0.39% | 0.76% | - |
| XYZ | 30.47 | 43.94 | 25.61 | - |
| YUV | 163.48 | 105.15 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 194 | 123 | 0.39 | 0 | 0.37 | 0.24 | 123.2 | 0.38 | 0.61 |
| Hex | 77 | C2 | 7B | 27 | 0 | 25 | 18 | 7B | 26 | 3D |
| Octal | 167 | 302 | 173 | 47 | 0 | 45 | 30 | 173 | 46 | 75 |
| Binary | 1110111 | 11000010 | 1111011 | 100111 | 0 | 100101 | 11000 | 1111011 | 100110 | 111101 |
Color Harmonies of #77C27B
Complementary color
Monochromatic Colors of #77C27B
Black with #77C27B
Text Example
Text Example
White with #77C27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C27B; }
p { color: rgb(119,194,123); }
H1.HeaderClassName
{
color: #77C27B;
}
.AnyTagClassName
{
color: #77C27B;
}
</style>
background-color css
<style>
a { background-color: #77C27B; }
a { background-color: rgb(119,194,123); }
div.DivClassName
{
background-color: #77C27B;
}
.BgClassName
{
background-color: #77C27B;
}
</style>
border-color css
<style>
span { border-color: #77C27B; }
span { border-color: rgb(119,194,123); }
td.TdClassName
{
border-color: #77C27B;
}
.TagClassName
{
border-color: #77C27B;
}
</style>