Shades of Bay Leaf #77C087
Tints of Bay Leaf #77C087
RGB
CMYK
RGB Variations
Color information
#77C087 (or 0x77C087) is known color: Bay Leaf. HEX triplet: 77, C0 and 87. RGB value is (119,192,135). Sum of RGB (Red+Green+Blue) = 119+192+135=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #77C087 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C087 is #883F78. Grayscale: #A3A3A3. Windows color (decimal): -8929145 or 8896631. OLE color: 8896631.
HSL color Cylindrical-coordinate representation of color #77C087: hue angle of 133.15º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C087 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 192 | 135 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.25 |
| HSL | 133.15º | 0.37% | 0.61% | - |
| HSV(B) | 133.15º | 0.38% | 0.75% | - |
| XYZ | 30.83 | 43.37 | 29.67 | - |
| YUV | 163.68 | 111.82 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 135 | 0.38 | 0 | 0.30 | 0.25 | 133.15 | 0.37 | 0.61 |
| Hex | 77 | C0 | 87 | 26 | 0 | 1E | 19 | 85 | 25 | 3D |
| Octal | 167 | 300 | 207 | 46 | 0 | 36 | 31 | 205 | 45 | 75 |
| Binary | 1110111 | 11000000 | 10000111 | 100110 | 0 | 11110 | 11001 | 10000101 | 100101 | 111101 |
Color Harmonies of #77C087
Complementary color
Monochromatic Colors of #77C087
Black with #77C087
Text Example
Text Example
White with #77C087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C087; }
p { color: rgb(119,192,135); }
H1.HeaderClassName
{
color: #77C087;
}
.AnyTagClassName
{
color: #77C087;
}
</style>
background-color css
<style>
a { background-color: #77C087; }
a { background-color: rgb(119,192,135); }
div.DivClassName
{
background-color: #77C087;
}
.BgClassName
{
background-color: #77C087;
}
</style>
border-color css
<style>
span { border-color: #77C087; }
span { border-color: rgb(119,192,135); }
td.TdClassName
{
border-color: #77C087;
}
.TagClassName
{
border-color: #77C087;
}
</style>