Shades of Padua #77BB91
Tints of Padua #77BB91
RGB
CMYK
RGB Variations
Color information
#77BB91 (or 0x77BB91) is known color: Padua. HEX triplet: 77, BB and 91. RGB value is (119,187,145). Sum of RGB (Red+Green+Blue) = 119+187+145=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #77BB91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BB91 is #88446E. Grayscale: #A1A1A1. Windows color (decimal): -8930415 or 9550711. OLE color: 9550711.
HSL color Cylindrical-coordinate representation of color #77BB91: hue angle of 142.94º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77BB91 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 187 | 145 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.27 |
| HSL | 142.94º | 0.33% | 0.6% | - |
| HSV(B) | 142.94º | 0.36% | 0.73% | - |
| XYZ | 30.49 | 41.51 | 33.19 | - |
| YUV | 161.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 187 | 145 | 0.36 | 0 | 0.22 | 0.27 | 142.94 | 0.33 | 0.6 |
| Hex | 77 | BB | 91 | 24 | 0 | 16 | 1B | 8F | 21 | 3C |
| Octal | 167 | 273 | 221 | 44 | 0 | 26 | 33 | 217 | 41 | 74 |
| Binary | 1110111 | 10111011 | 10010001 | 100100 | 0 | 10110 | 11011 | 10001111 | 100001 | 111100 |
Color Harmonies of #77BB91
Complementary color
Monochromatic Colors of #77BB91
Black with #77BB91
Text Example
Text Example
White with #77BB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BB91; }
p { color: rgb(119,187,145); }
H1.HeaderClassName
{
color: #77BB91;
}
.AnyTagClassName
{
color: #77BB91;
}
</style>
background-color css
<style>
a { background-color: #77BB91; }
a { background-color: rgb(119,187,145); }
div.DivClassName
{
background-color: #77BB91;
}
.BgClassName
{
background-color: #77BB91;
}
</style>
border-color css
<style>
span { border-color: #77BB91; }
span { border-color: rgb(119,187,145); }
td.TdClassName
{
border-color: #77BB91;
}
.TagClassName
{
border-color: #77BB91;
}
</style>