Shades of Bay Leaf #77B482
Tints of Bay Leaf #77B482
RGB
CMYK
RGB Variations
Color information
#77B482 (or 0x77B482) is known color: Bay Leaf. HEX triplet: 77, B4 and 82. RGB value is (119,180,130). Sum of RGB (Red+Green+Blue) = 119+180+130=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #77B482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B482 is #884B7D. Grayscale: #9C9C9C. Windows color (decimal): -8932222 or 8565879. OLE color: 8565879.
HSL color Cylindrical-coordinate representation of color #77B482: hue angle of 130.82º 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 #77B482 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 180 | 130 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.29 |
| HSL | 130.82º | 0.29% | 0.59% | - |
| HSV(B) | 130.82º | 0.34% | 0.71% | - |
| XYZ | 27.96 | 38.18 | 27.01 | - |
| YUV | 156.06 | 113.29 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 130 | 0.34 | 0 | 0.28 | 0.29 | 130.82 | 0.29 | 0.59 |
| Hex | 77 | B4 | 82 | 22 | 0 | 1C | 1D | 83 | 1D | 3B |
| Octal | 167 | 264 | 202 | 42 | 0 | 34 | 35 | 203 | 35 | 73 |
| Binary | 1110111 | 10110100 | 10000010 | 100010 | 0 | 11100 | 11101 | 10000011 | 11101 | 111011 |
Color Harmonies of #77B482
Complementary color
Monochromatic Colors of #77B482
Black with #77B482
Text Example
Text Example
White with #77B482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B482; }
p { color: rgb(119,180,130); }
H1.HeaderClassName
{
color: #77B482;
}
.AnyTagClassName
{
color: #77B482;
}
</style>
background-color css
<style>
a { background-color: #77B482; }
a { background-color: rgb(119,180,130); }
div.DivClassName
{
background-color: #77B482;
}
.BgClassName
{
background-color: #77B482;
}
</style>
border-color css
<style>
span { border-color: #77B482; }
span { border-color: rgb(119,180,130); }
td.TdClassName
{
border-color: #77B482;
}
.TagClassName
{
border-color: #77B482;
}
</style>