Shades of Bay Leaf #77A688
Tints of Bay Leaf #77A688
RGB
CMYK
RGB Variations
Color information
#77A688 (or 0x77A688) is known color: Bay Leaf. HEX triplet: 77, A6 and 88. RGB value is (119,166,136). Sum of RGB (Red+Green+Blue) = 119+166+136=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 166 - color contains mainly: green. Hex color #77A688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A688 is #885977. Grayscale: #949494. Windows color (decimal): -8935800 or 8955511. OLE color: 8955511.
HSL color Cylindrical-coordinate representation of color #77A688: hue angle of 141.7º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77A688 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 166 | 136 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.35 |
| HSL | 141.7º | 0.21% | 0.56% | - |
| HSV(B) | 141.7º | 0.28% | 0.65% | - |
| XYZ | 25.69 | 32.97 | 28.3 | - |
| YUV | 148.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 166 | 136 | 0.28 | 0 | 0.18 | 0.35 | 141.7 | 0.21 | 0.56 |
| Hex | 77 | A6 | 88 | 1C | 0 | 12 | 23 | 8E | 15 | 38 |
| Octal | 167 | 246 | 210 | 34 | 0 | 22 | 43 | 216 | 25 | 70 |
| Binary | 1110111 | 10100110 | 10001000 | 11100 | 0 | 10010 | 100011 | 10001110 | 10101 | 111000 |
Color Harmonies of #77A688
Complementary color
Monochromatic Colors of #77A688
Black with #77A688
Text Example
Text Example
White with #77A688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A688; }
p { color: rgb(119,166,136); }
H1.HeaderClassName
{
color: #77A688;
}
.AnyTagClassName
{
color: #77A688;
}
</style>
background-color css
<style>
a { background-color: #77A688; }
a { background-color: rgb(119,166,136); }
div.DivClassName
{
background-color: #77A688;
}
.BgClassName
{
background-color: #77A688;
}
</style>
border-color css
<style>
span { border-color: #77A688; }
span { border-color: rgb(119,166,136); }
td.TdClassName
{
border-color: #77A688;
}
.TagClassName
{
border-color: #77A688;
}
</style>