Shades of Padua #77C29C
Tints of Padua #77C29C
RGB
CMYK
RGB Variations
Color information
#77C29C (or 0x77C29C) is known color: Padua. HEX triplet: 77, C2 and 9C. RGB value is (119,194,156). Sum of RGB (Red+Green+Blue) = 119+194+156=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #77C29C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C29C is #883D63. Grayscale: #A7A7A7. Windows color (decimal): -8928612 or 10273399. OLE color: 10273399.
HSL color Cylindrical-coordinate representation of color #77C29C: hue angle of 149.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C29C is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 194 | 156 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.24 |
| HSL | 149.6º | 0.38% | 0.61% | - |
| HSV(B) | 149.6º | 0.39% | 0.76% | - |
| XYZ | 32.9 | 44.91 | 38.39 | - |
| YUV | 167.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 194 | 156 | 0.39 | 0 | 0.20 | 0.24 | 149.6 | 0.38 | 0.61 |
| Hex | 77 | C2 | 9C | 27 | 0 | 14 | 18 | 96 | 26 | 3D |
| Octal | 167 | 302 | 234 | 47 | 0 | 24 | 30 | 226 | 46 | 75 |
| Binary | 1110111 | 11000010 | 10011100 | 100111 | 0 | 10100 | 11000 | 10010110 | 100110 | 111101 |
Color Harmonies of #77C29C
Complementary color
Monochromatic Colors of #77C29C
Black with #77C29C
Text Example
Text Example
White with #77C29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C29C; }
p { color: rgb(119,194,156); }
H1.HeaderClassName
{
color: #77C29C;
}
.AnyTagClassName
{
color: #77C29C;
}
</style>
background-color css
<style>
a { background-color: #77C29C; }
a { background-color: rgb(119,194,156); }
div.DivClassName
{
background-color: #77C29C;
}
.BgClassName
{
background-color: #77C29C;
}
</style>
border-color css
<style>
span { border-color: #77C29C; }
span { border-color: rgb(119,194,156); }
td.TdClassName
{
border-color: #77C29C;
}
.TagClassName
{
border-color: #77C29C;
}
</style>