Shades of Bay Leaf #77B47F
Tints of Bay Leaf #77B47F
RGB
CMYK
RGB Variations
Color information
#77B47F (or 0x77B47F) is known color: Bay Leaf. HEX triplet: 77, B4 and 7F. RGB value is (119,180,127). Sum of RGB (Red+Green+Blue) = 119+180+127=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #77B47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B47F is #884B80. Grayscale: #9B9B9B. Windows color (decimal): -8932225 or 8369271. OLE color: 8369271.
HSL color Cylindrical-coordinate representation of color #77B47F: hue angle of 127.87º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B47F is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 180 | 127 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.29 |
| HSL | 127.87º | 0.29% | 0.59% | - |
| HSV(B) | 127.87º | 0.34% | 0.71% | - |
| XYZ | 27.76 | 38.1 | 25.97 | - |
| YUV | 155.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 127 | 0.34 | 0 | 0.29 | 0.29 | 127.87 | 0.29 | 0.59 |
| Hex | 77 | B4 | 7F | 22 | 0 | 1D | 1D | 80 | 1D | 3B |
| Octal | 167 | 264 | 177 | 42 | 0 | 35 | 35 | 200 | 35 | 73 |
| Binary | 1110111 | 10110100 | 1111111 | 100010 | 0 | 11101 | 11101 | 10000000 | 11101 | 111011 |
Color Harmonies of #77B47F
Complementary color
Monochromatic Colors of #77B47F
Black with #77B47F
Text Example
Text Example
White with #77B47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B47F; }
p { color: rgb(119,180,127); }
H1.HeaderClassName
{
color: #77B47F;
}
.AnyTagClassName
{
color: #77B47F;
}
</style>
background-color css
<style>
a { background-color: #77B47F; }
a { background-color: rgb(119,180,127); }
div.DivClassName
{
background-color: #77B47F;
}
.BgClassName
{
background-color: #77B47F;
}
</style>
border-color css
<style>
span { border-color: #77B47F; }
span { border-color: rgb(119,180,127); }
td.TdClassName
{
border-color: #77B47F;
}
.TagClassName
{
border-color: #77B47F;
}
</style>