Shades of De York #77CB8C
Tints of De York #77CB8C
RGB
CMYK
RGB Variations
Color information
#77CB8C (or 0x77CB8C) is known color: De York. HEX triplet: 77, CB and 8C. RGB value is (119,203,140). Sum of RGB (Red+Green+Blue) = 119+203+140=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #77CB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CB8C is #883473. Grayscale: #AAAAAA. Windows color (decimal): -8926324 or 9227127. OLE color: 9227127.
HSL color Cylindrical-coordinate representation of color #77CB8C: hue angle of 135º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77CB8C is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 203 | 140 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.20 |
| HSL | 135º | 0.45% | 0.63% | - |
| HSV(B) | 135º | 0.41% | 0.8% | - |
| XYZ | 33.7 | 48.53 | 32.4 | - |
| YUV | 170.7 | 110.67 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 140 | 0.41 | 0 | 0.31 | 0.20 | 135 | 0.45 | 0.63 |
| Hex | 77 | CB | 8C | 29 | 0 | 1F | 14 | 87 | 2D | 3F |
| Octal | 167 | 313 | 214 | 51 | 0 | 37 | 24 | 207 | 55 | 77 |
| Binary | 1110111 | 11001011 | 10001100 | 101001 | 0 | 11111 | 10100 | 10000111 | 101101 | 111111 |
Color Harmonies of #77CB8C
Complementary color
Monochromatic Colors of #77CB8C
Black with #77CB8C
Text Example
Text Example
White with #77CB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CB8C; }
p { color: rgb(119,203,140); }
H1.HeaderClassName
{
color: #77CB8C;
}
.AnyTagClassName
{
color: #77CB8C;
}
</style>
background-color css
<style>
a { background-color: #77CB8C; }
a { background-color: rgb(119,203,140); }
div.DivClassName
{
background-color: #77CB8C;
}
.BgClassName
{
background-color: #77CB8C;
}
</style>
border-color css
<style>
span { border-color: #77CB8C; }
span { border-color: rgb(119,203,140); }
td.TdClassName
{
border-color: #77CB8C;
}
.TagClassName
{
border-color: #77CB8C;
}
</style>