Shades of Bay Leaf #77BA84
Tints of Bay Leaf #77BA84
RGB
CMYK
RGB Variations
Color information
#77BA84 (or 0x77BA84) is known color: Bay Leaf. HEX triplet: 77, BA and 84. RGB value is (119,186,132). Sum of RGB (Red+Green+Blue) = 119+186+132=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BA84 is #88457B. Grayscale: #9F9F9F. Windows color (decimal): -8930684 or 8698487. OLE color: 8698487.
HSL color Cylindrical-coordinate representation of color #77BA84: hue angle of 131.64º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77BA84 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 186 | 132 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.27 |
| HSL | 131.64º | 0.33% | 0.6% | - |
| HSV(B) | 131.64º | 0.36% | 0.73% | - |
| XYZ | 29.33 | 40.71 | 28.14 | - |
| YUV | 159.81 | 112.3 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 132 | 0.36 | 0 | 0.29 | 0.27 | 131.64 | 0.33 | 0.6 |
| Hex | 77 | BA | 84 | 24 | 0 | 1D | 1B | 84 | 21 | 3C |
| Octal | 167 | 272 | 204 | 44 | 0 | 35 | 33 | 204 | 41 | 74 |
| Binary | 1110111 | 10111010 | 10000100 | 100100 | 0 | 11101 | 11011 | 10000100 | 100001 | 111100 |
Color Harmonies of #77BA84
Complementary color
Monochromatic Colors of #77BA84
Black with #77BA84
Text Example
Text Example
White with #77BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BA84; }
p { color: rgb(119,186,132); }
H1.HeaderClassName
{
color: #77BA84;
}
.AnyTagClassName
{
color: #77BA84;
}
</style>
background-color css
<style>
a { background-color: #77BA84; }
a { background-color: rgb(119,186,132); }
div.DivClassName
{
background-color: #77BA84;
}
.BgClassName
{
background-color: #77BA84;
}
</style>
border-color css
<style>
span { border-color: #77BA84; }
span { border-color: rgb(119,186,132); }
td.TdClassName
{
border-color: #77BA84;
}
.TagClassName
{
border-color: #77BA84;
}
</style>