Shades of Bay Leaf #77B47E
Tints of Bay Leaf #77B47E
RGB
CMYK
RGB Variations
Color information
#77B47E (or 0x77B47E) is known color: Bay Leaf. HEX triplet: 77, B4 and 7E. RGB value is (119,180,126). Sum of RGB (Red+Green+Blue) = 119+180+126=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #77B47E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B47E is #884B81. Grayscale: #9B9B9B. Windows color (decimal): -8932226 or 8303735. OLE color: 8303735.
HSL color Cylindrical-coordinate representation of color #77B47E: hue angle of 126.89º 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 #77B47E is Cyan = 0.34, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 180 | 126 | - |
| CMYK | 0.34 | 0 | 0.3 | 0.29 |
| HSL | 126.89º | 0.29% | 0.59% | - |
| HSV(B) | 126.89º | 0.34% | 0.71% | - |
| XYZ | 27.69 | 38.07 | 25.63 | - |
| YUV | 155.61 | 111.29 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 126 | 0.34 | 0 | 0.3 | 0.29 | 126.89 | 0.29 | 0.59 |
| Hex | 77 | B4 | 7E | 22 | 0 | 1E | 1D | 7F | 1D | 3B |
| Octal | 167 | 264 | 176 | 42 | 0 | 36 | 35 | 177 | 35 | 73 |
| Binary | 1110111 | 10110100 | 1111110 | 100010 | 0 | 11110 | 11101 | 1111111 | 11101 | 111011 |
Color Harmonies of #77B47E
Complementary color
Monochromatic Colors of #77B47E
Black with #77B47E
Text Example
Text Example
White with #77B47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B47E; }
p { color: rgb(119,180,126); }
H1.HeaderClassName
{
color: #77B47E;
}
.AnyTagClassName
{
color: #77B47E;
}
</style>
background-color css
<style>
a { background-color: #77B47E; }
a { background-color: rgb(119,180,126); }
div.DivClassName
{
background-color: #77B47E;
}
.BgClassName
{
background-color: #77B47E;
}
</style>
border-color css
<style>
span { border-color: #77B47E; }
span { border-color: rgb(119,180,126); }
td.TdClassName
{
border-color: #77B47E;
}
.TagClassName
{
border-color: #77B47E;
}
</style>