Shades of Bay Leaf #77B485
Tints of Bay Leaf #77B485
RGB
CMYK
RGB Variations
Color information
#77B485 (or 0x77B485) is known color: Bay Leaf. HEX triplet: 77, B4 and 85. RGB value is (119,180,133). Sum of RGB (Red+Green+Blue) = 119+180+133=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #77B485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B485 is #884B7A. Grayscale: #9C9C9C. Windows color (decimal): -8932219 or 8762487. OLE color: 8762487.
HSL color Cylindrical-coordinate representation of color #77B485: hue angle of 133.77º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B485 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 180 | 133 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.29 |
| HSL | 133.77º | 0.29% | 0.59% | - |
| HSV(B) | 133.77º | 0.34% | 0.71% | - |
| XYZ | 28.16 | 38.26 | 28.09 | - |
| YUV | 156.4 | 114.79 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 133 | 0.34 | 0 | 0.26 | 0.29 | 133.77 | 0.29 | 0.59 |
| Hex | 77 | B4 | 85 | 22 | 0 | 1A | 1D | 86 | 1D | 3B |
| Octal | 167 | 264 | 205 | 42 | 0 | 32 | 35 | 206 | 35 | 73 |
| Binary | 1110111 | 10110100 | 10000101 | 100010 | 0 | 11010 | 11101 | 10000110 | 11101 | 111011 |
Color Harmonies of #77B485
Complementary color
Monochromatic Colors of #77B485
Black with #77B485
Text Example
Text Example
White with #77B485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B485; }
p { color: rgb(119,180,133); }
H1.HeaderClassName
{
color: #77B485;
}
.AnyTagClassName
{
color: #77B485;
}
</style>
background-color css
<style>
a { background-color: #77B485; }
a { background-color: rgb(119,180,133); }
div.DivClassName
{
background-color: #77B485;
}
.BgClassName
{
background-color: #77B485;
}
</style>
border-color css
<style>
span { border-color: #77B485; }
span { border-color: rgb(119,180,133); }
td.TdClassName
{
border-color: #77B485;
}
.TagClassName
{
border-color: #77B485;
}
</style>