Shades of Mantis #77B756
Tints of Mantis #77B756
RGB
CMYK
RGB Variations
Color information
#77B756 (or 0x77B756) is known color: Mantis. HEX triplet: 77, B7 and 56. RGB value is (119,183,86). Sum of RGB (Red+Green+Blue) = 119+183+86=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #77B756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B756 is #8848A9. Grayscale: #999999. Windows color (decimal): -8931498 or 5683063. OLE color: 5683063.
HSL color Cylindrical-coordinate representation of color #77B756: hue angle of 99.59º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77B756 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 183 | 86 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.28 |
| HSL | 99.59º | 0.4% | 0.53% | - |
| HSV(B) | 99.59º | 0.53% | 0.72% | - |
| XYZ | 26.22 | 38.46 | 14.85 | - |
| YUV | 152.81 | 90.3 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 86 | 0.35 | 0 | 0.53 | 0.28 | 99.59 | 0.4 | 0.53 |
| Hex | 77 | B7 | 56 | 23 | 0 | 35 | 1C | 64 | 28 | 35 |
| Octal | 167 | 267 | 126 | 43 | 0 | 65 | 34 | 144 | 50 | 65 |
| Binary | 1110111 | 10110111 | 1010110 | 100011 | 0 | 110101 | 11100 | 1100100 | 101000 | 110101 |
Color Harmonies of #77B756
Complementary color
Monochromatic Colors of #77B756
Black with #77B756
Text Example
Text Example
White with #77B756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B756; }
p { color: rgb(119,183,86); }
H1.HeaderClassName
{
color: #77B756;
}
.AnyTagClassName
{
color: #77B756;
}
</style>
background-color css
<style>
a { background-color: #77B756; }
a { background-color: rgb(119,183,86); }
div.DivClassName
{
background-color: #77B756;
}
.BgClassName
{
background-color: #77B756;
}
</style>
border-color css
<style>
span { border-color: #77B756; }
span { border-color: rgb(119,183,86); }
td.TdClassName
{
border-color: #77B756;
}
.TagClassName
{
border-color: #77B756;
}
</style>