Shades of Padua #77BC9C
Tints of Padua #77BC9C
RGB
CMYK
RGB Variations
Color information
#77BC9C (or 0x77BC9C) is known color: Padua. HEX triplet: 77, BC and 9C. RGB value is (119,188,156). Sum of RGB (Red+Green+Blue) = 119+188+156=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BC9C is #884363. Grayscale: #A3A3A3. Windows color (decimal): -8930148 or 10271863. OLE color: 10271863.
HSL color Cylindrical-coordinate representation of color #77BC9C: hue angle of 152.17º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BC9C is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 188 | 156 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.26 |
| HSL | 152.17º | 0.34% | 0.6% | - |
| HSV(B) | 152.17º | 0.37% | 0.74% | - |
| XYZ | 31.59 | 42.29 | 37.95 | - |
| YUV | 163.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 188 | 156 | 0.37 | 0 | 0.17 | 0.26 | 152.17 | 0.34 | 0.6 |
| Hex | 77 | BC | 9C | 25 | 0 | 11 | 1A | 98 | 22 | 3C |
| Octal | 167 | 274 | 234 | 45 | 0 | 21 | 32 | 230 | 42 | 74 |
| Binary | 1110111 | 10111100 | 10011100 | 100101 | 0 | 10001 | 11010 | 10011000 | 100010 | 111100 |
Color Harmonies of #77BC9C
Complementary color
Monochromatic Colors of #77BC9C
Black with #77BC9C
Text Example
Text Example
White with #77BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BC9C; }
p { color: rgb(119,188,156); }
H1.HeaderClassName
{
color: #77BC9C;
}
.AnyTagClassName
{
color: #77BC9C;
}
</style>
background-color css
<style>
a { background-color: #77BC9C; }
a { background-color: rgb(119,188,156); }
div.DivClassName
{
background-color: #77BC9C;
}
.BgClassName
{
background-color: #77BC9C;
}
</style>
border-color css
<style>
span { border-color: #77BC9C; }
span { border-color: rgb(119,188,156); }
td.TdClassName
{
border-color: #77BC9C;
}
.TagClassName
{
border-color: #77BC9C;
}
</style>