Shades of Mantis #77B758
Tints of Mantis #77B758
RGB
CMYK
RGB Variations
Color information
#77B758 (or 0x77B758) is known color: Mantis. HEX triplet: 77, B7 and 58. RGB value is (119,183,88). Sum of RGB (Red+Green+Blue) = 119+183+88=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #77B758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B758 is #8848A7. Grayscale: #999999. Windows color (decimal): -8931496 or 5814135. OLE color: 5814135.
HSL color Cylindrical-coordinate representation of color #77B758: hue angle of 100.42º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77B758 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 183 | 88 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.28 |
| HSL | 100.42º | 0.4% | 0.53% | - |
| HSV(B) | 100.42º | 0.52% | 0.72% | - |
| XYZ | 26.3 | 38.49 | 15.28 | - |
| YUV | 153.03 | 91.3 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 88 | 0.35 | 0 | 0.52 | 0.28 | 100.42 | 0.4 | 0.53 |
| Hex | 77 | B7 | 58 | 23 | 0 | 34 | 1C | 64 | 28 | 35 |
| Octal | 167 | 267 | 130 | 43 | 0 | 64 | 34 | 144 | 50 | 65 |
| Binary | 1110111 | 10110111 | 1011000 | 100011 | 0 | 110100 | 11100 | 1100100 | 101000 | 110101 |
Color Harmonies of #77B758
Complementary color
Monochromatic Colors of #77B758
Black with #77B758
Text Example
Text Example
White with #77B758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B758; }
p { color: rgb(119,183,88); }
H1.HeaderClassName
{
color: #77B758;
}
.AnyTagClassName
{
color: #77B758;
}
</style>
background-color css
<style>
a { background-color: #77B758; }
a { background-color: rgb(119,183,88); }
div.DivClassName
{
background-color: #77B758;
}
.BgClassName
{
background-color: #77B758;
}
</style>
border-color css
<style>
span { border-color: #77B758; }
span { border-color: rgb(119,183,88); }
td.TdClassName
{
border-color: #77B758;
}
.TagClassName
{
border-color: #77B758;
}
</style>