Shades of Padua #77B392
Tints of Padua #77B392
RGB
CMYK
RGB Variations
Color information
#77B392 (or 0x77B392) is known color: Padua. HEX triplet: 77, B3 and 92. RGB value is (119,179,146). Sum of RGB (Red+Green+Blue) = 119+179+146=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 179 - color contains mainly: green. Hex color #77B392 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B392 is #884C6D. Grayscale: #9D9D9D. Windows color (decimal): -8932462 or 9614199. OLE color: 9614199.
HSL color Cylindrical-coordinate representation of color #77B392: hue angle of 147º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B392 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 179 | 146 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.30 |
| HSL | 147º | 0.28% | 0.58% | - |
| HSV(B) | 147º | 0.34% | 0.7% | - |
| XYZ | 28.92 | 38.24 | 33.05 | - |
| YUV | 157.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 179 | 146 | 0.34 | 0 | 0.18 | 0.30 | 147 | 0.28 | 0.58 |
| Hex | 77 | B3 | 92 | 22 | 0 | 12 | 1E | 93 | 1C | 3A |
| Octal | 167 | 263 | 222 | 42 | 0 | 22 | 36 | 223 | 34 | 72 |
| Binary | 1110111 | 10110011 | 10010010 | 100010 | 0 | 10010 | 11110 | 10010011 | 11100 | 111010 |
Color Harmonies of #77B392
Complementary color
Monochromatic Colors of #77B392
Black with #77B392
Text Example
Text Example
White with #77B392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B392; }
p { color: rgb(119,179,146); }
H1.HeaderClassName
{
color: #77B392;
}
.AnyTagClassName
{
color: #77B392;
}
</style>
background-color css
<style>
a { background-color: #77B392; }
a { background-color: rgb(119,179,146); }
div.DivClassName
{
background-color: #77B392;
}
.BgClassName
{
background-color: #77B392;
}
</style>
border-color css
<style>
span { border-color: #77B392; }
span { border-color: rgb(119,179,146); }
td.TdClassName
{
border-color: #77B392;
}
.TagClassName
{
border-color: #77B392;
}
</style>