Shades of Bay Leaf #77A185
Tints of Bay Leaf #77A185
RGB
CMYK
RGB Variations
Color information
#77A185 (or 0x77A185) is known color: Bay Leaf. HEX triplet: 77, A1 and 85. RGB value is (119,161,133). Sum of RGB (Red+Green+Blue) = 119+161+133=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 161 - color contains mainly: green. Hex color #77A185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A185 is #885E7A. Grayscale: #919191. Windows color (decimal): -8937083 or 8757623. OLE color: 8757623.
HSL color Cylindrical-coordinate representation of color #77A185: hue angle of 140º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77A185 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 161 | 133 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.37 |
| HSL | 140º | 0.18% | 0.55% | - |
| HSV(B) | 140º | 0.26% | 0.63% | - |
| XYZ | 24.59 | 31.11 | 26.9 | - |
| YUV | 145.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 133 | 0.26 | 0 | 0.17 | 0.37 | 140 | 0.18 | 0.55 |
| Hex | 77 | A1 | 85 | 1A | 0 | 11 | 25 | 8C | 12 | 37 |
| Octal | 167 | 241 | 205 | 32 | 0 | 21 | 45 | 214 | 22 | 67 |
| Binary | 1110111 | 10100001 | 10000101 | 11010 | 0 | 10001 | 100101 | 10001100 | 10010 | 110111 |
Color Harmonies of #77A185
Complementary color
Monochromatic Colors of #77A185
Black with #77A185
Text Example
Text Example
White with #77A185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A185; }
p { color: rgb(119,161,133); }
H1.HeaderClassName
{
color: #77A185;
}
.AnyTagClassName
{
color: #77A185;
}
</style>
background-color css
<style>
a { background-color: #77A185; }
a { background-color: rgb(119,161,133); }
div.DivClassName
{
background-color: #77A185;
}
.BgClassName
{
background-color: #77A185;
}
</style>
border-color css
<style>
span { border-color: #77A185; }
span { border-color: rgb(119,161,133); }
td.TdClassName
{
border-color: #77A185;
}
.TagClassName
{
border-color: #77A185;
}
</style>