Shades of Mantis #77B754
Tints of Mantis #77B754
RGB
CMYK
RGB Variations
Color information
#77B754 (or 0x77B754) is known color: Mantis. HEX triplet: 77, B7 and 54. RGB value is (119,183,84). Sum of RGB (Red+Green+Blue) = 119+183+84=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #77B754 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B754 is #8848AB. Grayscale: #989898. Windows color (decimal): -8931500 or 5551991. OLE color: 5551991.
HSL color Cylindrical-coordinate representation of color #77B754: hue angle of 98.79º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77B754 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 183 | 84 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.28 |
| HSL | 98.79º | 0.41% | 0.52% | - |
| HSV(B) | 98.79º | 0.54% | 0.72% | - |
| XYZ | 26.14 | 38.43 | 14.43 | - |
| YUV | 152.58 | 89.3 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 84 | 0.35 | 0 | 0.54 | 0.28 | 98.79 | 0.41 | 0.52 |
| Hex | 77 | B7 | 54 | 23 | 0 | 36 | 1C | 63 | 29 | 34 |
| Octal | 167 | 267 | 124 | 43 | 0 | 66 | 34 | 143 | 51 | 64 |
| Binary | 1110111 | 10110111 | 1010100 | 100011 | 0 | 110110 | 11100 | 1100011 | 101001 | 110100 |
Color Harmonies of #77B754
Complementary color
Monochromatic Colors of #77B754
Black with #77B754
Text Example
Text Example
White with #77B754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B754; }
p { color: rgb(119,183,84); }
H1.HeaderClassName
{
color: #77B754;
}
.AnyTagClassName
{
color: #77B754;
}
</style>
background-color css
<style>
a { background-color: #77B754; }
a { background-color: rgb(119,183,84); }
div.DivClassName
{
background-color: #77B754;
}
.BgClassName
{
background-color: #77B754;
}
</style>
border-color css
<style>
span { border-color: #77B754; }
span { border-color: rgb(119,183,84); }
td.TdClassName
{
border-color: #77B754;
}
.TagClassName
{
border-color: #77B754;
}
</style>