Shades of Bay Leaf #77AA81
Tints of Bay Leaf #77AA81
RGB
CMYK
RGB Variations
Color information
#77AA81 (or 0x77AA81) is known color: Bay Leaf. HEX triplet: 77, AA and 81. RGB value is (119,170,129). Sum of RGB (Red+Green+Blue) = 119+170+129=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AA81 is #88557E. Grayscale: #969696. Windows color (decimal): -8934783 or 8497783. OLE color: 8497783.
HSL color Cylindrical-coordinate representation of color #77AA81: hue angle of 131.76º 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 #77AA81 is Cyan = 0.3, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 129 | - |
| CMYK | 0.3 | 0 | 0.24 | 0.33 |
| HSL | 131.76º | 0.23% | 0.57% | - |
| HSV(B) | 131.76º | 0.3% | 0.67% | - |
| XYZ | 25.94 | 34.26 | 26.01 | - |
| YUV | 150.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 129 | 0.3 | 0 | 0.24 | 0.33 | 131.76 | 0.23 | 0.57 |
| Hex | 77 | AA | 81 | 1E | 0 | 18 | 21 | 84 | 17 | 39 |
| Octal | 167 | 252 | 201 | 36 | 0 | 30 | 41 | 204 | 27 | 71 |
| Binary | 1110111 | 10101010 | 10000001 | 11110 | 0 | 11000 | 100001 | 10000100 | 10111 | 111001 |
Color Harmonies of #77AA81
Complementary color
Monochromatic Colors of #77AA81
Black with #77AA81
Text Example
Text Example
White with #77AA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA81; }
p { color: rgb(119,170,129); }
H1.HeaderClassName
{
color: #77AA81;
}
.AnyTagClassName
{
color: #77AA81;
}
</style>
background-color css
<style>
a { background-color: #77AA81; }
a { background-color: rgb(119,170,129); }
div.DivClassName
{
background-color: #77AA81;
}
.BgClassName
{
background-color: #77AA81;
}
</style>
border-color css
<style>
span { border-color: #77AA81; }
span { border-color: rgb(119,170,129); }
td.TdClassName
{
border-color: #77AA81;
}
.TagClassName
{
border-color: #77AA81;
}
</style>