Shades of Padua #77BF9D
Tints of Padua #77BF9D
RGB
CMYK
RGB Variations
Color information
#77BF9D (or 0x77BF9D) is known color: Padua. HEX triplet: 77, BF and 9D. RGB value is (119,191,157). Sum of RGB (Red+Green+Blue) = 119+191+157=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BF9D is #884062. Grayscale: #A5A5A5. Windows color (decimal): -8929379 or 10338167. OLE color: 10338167.
HSL color Cylindrical-coordinate representation of color #77BF9D: hue angle of 151.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77BF9D is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 191 | 157 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.25 |
| HSL | 151.67º | 0.36% | 0.61% | - |
| HSV(B) | 151.67º | 0.38% | 0.75% | - |
| XYZ | 32.32 | 43.62 | 38.61 | - |
| YUV | 165.6 | 123.15 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 157 | 0.38 | 0 | 0.18 | 0.25 | 151.67 | 0.36 | 0.61 |
| Hex | 77 | BF | 9D | 26 | 0 | 12 | 19 | 98 | 24 | 3D |
| Octal | 167 | 277 | 235 | 46 | 0 | 22 | 31 | 230 | 44 | 75 |
| Binary | 1110111 | 10111111 | 10011101 | 100110 | 0 | 10010 | 11001 | 10011000 | 100100 | 111101 |
Color Harmonies of #77BF9D
Complementary color
Monochromatic Colors of #77BF9D
Black with #77BF9D
Text Example
Text Example
White with #77BF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BF9D; }
p { color: rgb(119,191,157); }
H1.HeaderClassName
{
color: #77BF9D;
}
.AnyTagClassName
{
color: #77BF9D;
}
</style>
background-color css
<style>
a { background-color: #77BF9D; }
a { background-color: rgb(119,191,157); }
div.DivClassName
{
background-color: #77BF9D;
}
.BgClassName
{
background-color: #77BF9D;
}
</style>
border-color css
<style>
span { border-color: #77BF9D; }
span { border-color: rgb(119,191,157); }
td.TdClassName
{
border-color: #77BF9D;
}
.TagClassName
{
border-color: #77BF9D;
}
</style>