Shades of Bay Leaf #77AA87
Tints of Bay Leaf #77AA87
RGB
CMYK
RGB Variations
Color information
#77AA87 (or 0x77AA87) is known color: Bay Leaf. HEX triplet: 77, AA and 87. RGB value is (119,170,135). Sum of RGB (Red+Green+Blue) = 119+170+135=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AA87 is #885578. Grayscale: #969696. Windows color (decimal): -8934777 or 8890999. OLE color: 8890999.
HSL color Cylindrical-coordinate representation of color #77AA87: hue angle of 138.82º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77AA87 is Cyan = 0.3, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 135 | - |
| CMYK | 0.3 | 0 | 0.21 | 0.33 |
| HSL | 138.82º | 0.23% | 0.57% | - |
| HSV(B) | 138.82º | 0.3% | 0.67% | - |
| XYZ | 26.36 | 34.42 | 28.18 | - |
| YUV | 150.76 | 119.1 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 135 | 0.3 | 0 | 0.21 | 0.33 | 138.82 | 0.23 | 0.57 |
| Hex | 77 | AA | 87 | 1E | 0 | 15 | 21 | 8B | 17 | 39 |
| Octal | 167 | 252 | 207 | 36 | 0 | 25 | 41 | 213 | 27 | 71 |
| Binary | 1110111 | 10101010 | 10000111 | 11110 | 0 | 10101 | 100001 | 10001011 | 10111 | 111001 |
Color Harmonies of #77AA87
Complementary color
Monochromatic Colors of #77AA87
Black with #77AA87
Text Example
Text Example
White with #77AA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA87; }
p { color: rgb(119,170,135); }
H1.HeaderClassName
{
color: #77AA87;
}
.AnyTagClassName
{
color: #77AA87;
}
</style>
background-color css
<style>
a { background-color: #77AA87; }
a { background-color: rgb(119,170,135); }
div.DivClassName
{
background-color: #77AA87;
}
.BgClassName
{
background-color: #77AA87;
}
</style>
border-color css
<style>
span { border-color: #77AA87; }
span { border-color: rgb(119,170,135); }
td.TdClassName
{
border-color: #77AA87;
}
.TagClassName
{
border-color: #77AA87;
}
</style>