Shades of Padua #77C39C
Tints of Padua #77C39C
RGB
CMYK
RGB Variations
Color information
#77C39C (or 0x77C39C) is known color: Padua. HEX triplet: 77, C3 and 9C. RGB value is (119,195,156). Sum of RGB (Red+Green+Blue) = 119+195+156=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #77C39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C39C is #883C63. Grayscale: #A7A7A7. Windows color (decimal): -8928356 or 10273655. OLE color: 10273655.
HSL color Cylindrical-coordinate representation of color #77C39C: hue angle of 149.21º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C39C is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 195 | 156 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.24 |
| HSL | 149.21º | 0.39% | 0.62% | - |
| HSV(B) | 149.21º | 0.39% | 0.76% | - |
| XYZ | 33.12 | 45.35 | 38.46 | - |
| YUV | 167.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 156 | 0.39 | 0 | 0.20 | 0.24 | 149.21 | 0.39 | 0.62 |
| Hex | 77 | C3 | 9C | 27 | 0 | 14 | 18 | 95 | 27 | 3E |
| Octal | 167 | 303 | 234 | 47 | 0 | 24 | 30 | 225 | 47 | 76 |
| Binary | 1110111 | 11000011 | 10011100 | 100111 | 0 | 10100 | 11000 | 10010101 | 100111 | 111110 |
Color Harmonies of #77C39C
Complementary color
Monochromatic Colors of #77C39C
Black with #77C39C
Text Example
Text Example
White with #77C39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C39C; }
p { color: rgb(119,195,156); }
H1.HeaderClassName
{
color: #77C39C;
}
.AnyTagClassName
{
color: #77C39C;
}
</style>
background-color css
<style>
a { background-color: #77C39C; }
a { background-color: rgb(119,195,156); }
div.DivClassName
{
background-color: #77C39C;
}
.BgClassName
{
background-color: #77C39C;
}
</style>
border-color css
<style>
span { border-color: #77C39C; }
span { border-color: rgb(119,195,156); }
td.TdClassName
{
border-color: #77C39C;
}
.TagClassName
{
border-color: #77C39C;
}
</style>