Shades of Padua #77B491
Tints of Padua #77B491
RGB
CMYK
RGB Variations
Color information
#77B491 (or 0x77B491) is known color: Padua. HEX triplet: 77, B4 and 91. RGB value is (119,180,145). Sum of RGB (Red+Green+Blue) = 119+180+145=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #77B491 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B491 is #884B6E. Grayscale: #9D9D9D. Windows color (decimal): -8932207 or 9548919. OLE color: 9548919.
HSL color Cylindrical-coordinate representation of color #77B491: hue angle of 145.57º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B491 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 180 | 145 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.29 |
| HSL | 145.57º | 0.29% | 0.59% | - |
| HSV(B) | 145.57º | 0.34% | 0.71% | - |
| XYZ | 29.04 | 38.61 | 32.71 | - |
| YUV | 157.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 145 | 0.34 | 0 | 0.19 | 0.29 | 145.57 | 0.29 | 0.59 |
| Hex | 77 | B4 | 91 | 22 | 0 | 13 | 1D | 92 | 1D | 3B |
| Octal | 167 | 264 | 221 | 42 | 0 | 23 | 35 | 222 | 35 | 73 |
| Binary | 1110111 | 10110100 | 10010001 | 100010 | 0 | 10011 | 11101 | 10010010 | 11101 | 111011 |
Color Harmonies of #77B491
Complementary color
Monochromatic Colors of #77B491
Black with #77B491
Text Example
Text Example
White with #77B491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B491; }
p { color: rgb(119,180,145); }
H1.HeaderClassName
{
color: #77B491;
}
.AnyTagClassName
{
color: #77B491;
}
</style>
background-color css
<style>
a { background-color: #77B491; }
a { background-color: rgb(119,180,145); }
div.DivClassName
{
background-color: #77B491;
}
.BgClassName
{
background-color: #77B491;
}
</style>
border-color css
<style>
span { border-color: #77B491; }
span { border-color: rgb(119,180,145); }
td.TdClassName
{
border-color: #77B491;
}
.TagClassName
{
border-color: #77B491;
}
</style>