Shades of Padua #77B997
Tints of Padua #77B997
RGB
CMYK
RGB Variations
Color information
#77B997 (or 0x77B997) is known color: Padua. HEX triplet: 77, B9 and 97. RGB value is (119,185,151). Sum of RGB (Red+Green+Blue) = 119+185+151=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #77B997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B997 is #884668. Grayscale: #A1A1A1. Windows color (decimal): -8930921 or 9943415. OLE color: 9943415.
HSL color Cylindrical-coordinate representation of color #77B997: hue angle of 149.09º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77B997 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 185 | 151 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.27 |
| HSL | 149.09º | 0.32% | 0.6% | - |
| HSV(B) | 149.09º | 0.36% | 0.73% | - |
| XYZ | 30.54 | 40.85 | 35.55 | - |
| YUV | 161.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 185 | 151 | 0.36 | 0 | 0.18 | 0.27 | 149.09 | 0.32 | 0.6 |
| Hex | 77 | B9 | 97 | 24 | 0 | 12 | 1B | 95 | 20 | 3C |
| Octal | 167 | 271 | 227 | 44 | 0 | 22 | 33 | 225 | 40 | 74 |
| Binary | 1110111 | 10111001 | 10010111 | 100100 | 0 | 10010 | 11011 | 10010101 | 100000 | 111100 |
Color Harmonies of #77B997
Complementary color
Monochromatic Colors of #77B997
Black with #77B997
Text Example
Text Example
White with #77B997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B997; }
p { color: rgb(119,185,151); }
H1.HeaderClassName
{
color: #77B997;
}
.AnyTagClassName
{
color: #77B997;
}
</style>
background-color css
<style>
a { background-color: #77B997; }
a { background-color: rgb(119,185,151); }
div.DivClassName
{
background-color: #77B997;
}
.BgClassName
{
background-color: #77B997;
}
</style>
border-color css
<style>
span { border-color: #77B997; }
span { border-color: rgb(119,185,151); }
td.TdClassName
{
border-color: #77B997;
}
.TagClassName
{
border-color: #77B997;
}
</style>