Shades of Bay Leaf #77AB88
Tints of Bay Leaf #77AB88
RGB
CMYK
RGB Variations
Color information
#77AB88 (or 0x77AB88) is known color: Bay Leaf. HEX triplet: 77, AB and 88. RGB value is (119,171,136). Sum of RGB (Red+Green+Blue) = 119+171+136=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AB88 is #885477. Grayscale: #979797. Windows color (decimal): -8934520 or 8956791. OLE color: 8956791.
HSL color Cylindrical-coordinate representation of color #77AB88: hue angle of 139.62º degrees, saturation: 0.24, 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 #77AB88 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 171 | 136 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.33 |
| HSL | 139.62º | 0.24% | 0.57% | - |
| HSV(B) | 139.62º | 0.3% | 0.67% | - |
| XYZ | 26.61 | 34.83 | 28.61 | - |
| YUV | 151.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 136 | 0.30 | 0 | 0.20 | 0.33 | 139.62 | 0.24 | 0.57 |
| Hex | 77 | AB | 88 | 1E | 0 | 14 | 21 | 8C | 18 | 39 |
| Octal | 167 | 253 | 210 | 36 | 0 | 24 | 41 | 214 | 30 | 71 |
| Binary | 1110111 | 10101011 | 10001000 | 11110 | 0 | 10100 | 100001 | 10001100 | 11000 | 111001 |
Color Harmonies of #77AB88
Complementary color
Monochromatic Colors of #77AB88
Black with #77AB88
Text Example
Text Example
White with #77AB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AB88; }
p { color: rgb(119,171,136); }
H1.HeaderClassName
{
color: #77AB88;
}
.AnyTagClassName
{
color: #77AB88;
}
</style>
background-color css
<style>
a { background-color: #77AB88; }
a { background-color: rgb(119,171,136); }
div.DivClassName
{
background-color: #77AB88;
}
.BgClassName
{
background-color: #77AB88;
}
</style>
border-color css
<style>
span { border-color: #77AB88; }
span { border-color: rgb(119,171,136); }
td.TdClassName
{
border-color: #77AB88;
}
.TagClassName
{
border-color: #77AB88;
}
</style>