Shades of Bay Leaf #77C187
Tints of Bay Leaf #77C187
RGB
CMYK
RGB Variations
Color information
#77C187 (or 0x77C187) is known color: Bay Leaf. HEX triplet: 77, C1 and 87. RGB value is (119,193,135). Sum of RGB (Red+Green+Blue) = 119+193+135=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #77C187 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C187 is #883E78. Grayscale: #A4A4A4. Windows color (decimal): -8928889 or 8896887. OLE color: 8896887.
HSL color Cylindrical-coordinate representation of color #77C187: hue angle of 132.97º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C187 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 193 | 135 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.24 |
| HSL | 132.97º | 0.37% | 0.61% | - |
| HSV(B) | 132.97º | 0.38% | 0.76% | - |
| XYZ | 31.05 | 43.81 | 29.74 | - |
| YUV | 164.26 | 111.48 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 193 | 135 | 0.38 | 0 | 0.30 | 0.24 | 132.97 | 0.37 | 0.61 |
| Hex | 77 | C1 | 87 | 26 | 0 | 1E | 18 | 85 | 25 | 3D |
| Octal | 167 | 301 | 207 | 46 | 0 | 36 | 30 | 205 | 45 | 75 |
| Binary | 1110111 | 11000001 | 10000111 | 100110 | 0 | 11110 | 11000 | 10000101 | 100101 | 111101 |
Color Harmonies of #77C187
Complementary color
Monochromatic Colors of #77C187
Black with #77C187
Text Example
Text Example
White with #77C187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C187; }
p { color: rgb(119,193,135); }
H1.HeaderClassName
{
color: #77C187;
}
.AnyTagClassName
{
color: #77C187;
}
</style>
background-color css
<style>
a { background-color: #77C187; }
a { background-color: rgb(119,193,135); }
div.DivClassName
{
background-color: #77C187;
}
.BgClassName
{
background-color: #77C187;
}
</style>
border-color css
<style>
span { border-color: #77C187; }
span { border-color: rgb(119,193,135); }
td.TdClassName
{
border-color: #77C187;
}
.TagClassName
{
border-color: #77C187;
}
</style>