Shades of Bay Leaf #77B87F
Tints of Bay Leaf #77B87F
RGB
CMYK
RGB Variations
Color information
#77B87F (or 0x77B87F) is known color: Bay Leaf. HEX triplet: 77, B8 and 7F. RGB value is (119,184,127). Sum of RGB (Red+Green+Blue) = 119+184+127=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 184 - color contains mainly: green. Hex color #77B87F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B87F is #884780. Grayscale: #9E9E9E. Windows color (decimal): -8931201 or 8370295. OLE color: 8370295.
HSL color Cylindrical-coordinate representation of color #77B87F: hue angle of 127.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 #77B87F is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 184 | 127 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.28 |
| HSL | 127.38º | 0.31% | 0.59% | - |
| HSV(B) | 127.38º | 0.35% | 0.72% | - |
| XYZ | 28.58 | 39.74 | 26.24 | - |
| YUV | 158.07 | 110.47 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 184 | 127 | 0.35 | 0 | 0.31 | 0.28 | 127.38 | 0.31 | 0.59 |
| Hex | 77 | B8 | 7F | 23 | 0 | 1F | 1C | 7F | 1F | 3B |
| Octal | 167 | 270 | 177 | 43 | 0 | 37 | 34 | 177 | 37 | 73 |
| Binary | 1110111 | 10111000 | 1111111 | 100011 | 0 | 11111 | 11100 | 1111111 | 11111 | 111011 |
Color Harmonies of #77B87F
Complementary color
Monochromatic Colors of #77B87F
Black with #77B87F
Text Example
Text Example
White with #77B87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B87F; }
p { color: rgb(119,184,127); }
H1.HeaderClassName
{
color: #77B87F;
}
.AnyTagClassName
{
color: #77B87F;
}
</style>
background-color css
<style>
a { background-color: #77B87F; }
a { background-color: rgb(119,184,127); }
div.DivClassName
{
background-color: #77B87F;
}
.BgClassName
{
background-color: #77B87F;
}
</style>
border-color css
<style>
span { border-color: #77B87F; }
span { border-color: rgb(119,184,127); }
td.TdClassName
{
border-color: #77B87F;
}
.TagClassName
{
border-color: #77B87F;
}
</style>