Shades of Bay Leaf #77A188
Tints of Bay Leaf #77A188
RGB
CMYK
RGB Variations
Color information
#77A188 (or 0x77A188) is known color: Bay Leaf. HEX triplet: 77, A1 and 88. RGB value is (119,161,136). Sum of RGB (Red+Green+Blue) = 119+161+136=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 161 - color contains mainly: green. Hex color #77A188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A188 is #885E77. Grayscale: #919191. Windows color (decimal): -8937080 or 8954231. OLE color: 8954231.
HSL color Cylindrical-coordinate representation of color #77A188: hue angle of 144.29º 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 #77A188 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 161 | 136 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.37 |
| HSL | 144.29º | 0.18% | 0.55% | - |
| HSV(B) | 144.29º | 0.26% | 0.63% | - |
| XYZ | 24.8 | 31.19 | 28.01 | - |
| YUV | 145.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 136 | 0.26 | 0 | 0.16 | 0.37 | 144.29 | 0.18 | 0.55 |
| Hex | 77 | A1 | 88 | 1A | 0 | 10 | 25 | 90 | 12 | 37 |
| Octal | 167 | 241 | 210 | 32 | 0 | 20 | 45 | 220 | 22 | 67 |
| Binary | 1110111 | 10100001 | 10001000 | 11010 | 0 | 10000 | 100101 | 10010000 | 10010 | 110111 |
Color Harmonies of #77A188
Complementary color
Monochromatic Colors of #77A188
Black with #77A188
Text Example
Text Example
White with #77A188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A188; }
p { color: rgb(119,161,136); }
H1.HeaderClassName
{
color: #77A188;
}
.AnyTagClassName
{
color: #77A188;
}
</style>
background-color css
<style>
a { background-color: #77A188; }
a { background-color: rgb(119,161,136); }
div.DivClassName
{
background-color: #77A188;
}
.BgClassName
{
background-color: #77A188;
}
</style>
border-color css
<style>
span { border-color: #77A188; }
span { border-color: rgb(119,161,136); }
td.TdClassName
{
border-color: #77A188;
}
.TagClassName
{
border-color: #77A188;
}
</style>