Shades of Padua #77B490
Tints of Padua #77B490
RGB
CMYK
RGB Variations
Color information
#77B490 (or 0x77B490) is known color: Padua. HEX triplet: 77, B4 and 90. RGB value is (119,180,144). Sum of RGB (Red+Green+Blue) = 119+180+144=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #77B490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B490 is #884B6F. Grayscale: #9D9D9D. Windows color (decimal): -8932208 or 9483383. OLE color: 9483383.
HSL color Cylindrical-coordinate representation of color #77B490: hue angle of 144.59º 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 #77B490 is Cyan = 0.34, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 180 | 144 | - |
| CMYK | 0.34 | 0 | 0.2 | 0.29 |
| HSL | 144.59º | 0.29% | 0.59% | - |
| HSV(B) | 144.59º | 0.34% | 0.71% | - |
| XYZ | 28.96 | 38.58 | 32.31 | - |
| YUV | 157.66 | 120.29 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 144 | 0.34 | 0 | 0.2 | 0.29 | 144.59 | 0.29 | 0.59 |
| Hex | 77 | B4 | 90 | 22 | 0 | 14 | 1D | 91 | 1D | 3B |
| Octal | 167 | 264 | 220 | 42 | 0 | 24 | 35 | 221 | 35 | 73 |
| Binary | 1110111 | 10110100 | 10010000 | 100010 | 0 | 10100 | 11101 | 10010001 | 11101 | 111011 |
Color Harmonies of #77B490
Complementary color
Monochromatic Colors of #77B490
Black with #77B490
Text Example
Text Example
White with #77B490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B490; }
p { color: rgb(119,180,144); }
H1.HeaderClassName
{
color: #77B490;
}
.AnyTagClassName
{
color: #77B490;
}
</style>
background-color css
<style>
a { background-color: #77B490; }
a { background-color: rgb(119,180,144); }
div.DivClassName
{
background-color: #77B490;
}
.BgClassName
{
background-color: #77B490;
}
</style>
border-color css
<style>
span { border-color: #77B490; }
span { border-color: rgb(119,180,144); }
td.TdClassName
{
border-color: #77B490;
}
.TagClassName
{
border-color: #77B490;
}
</style>