Shades of Padua #77AC8F
Tints of Padua #77AC8F
RGB
CMYK
RGB Variations
Color information
#77AC8F (or 0x77AC8F) is known color: Padua. HEX triplet: 77, AC and 8F. RGB value is (119,172,143). Sum of RGB (Red+Green+Blue) = 119+172+143=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AC8F is #885370. Grayscale: #989898. Windows color (decimal): -8934257 or 9415799. OLE color: 9415799.
HSL color Cylindrical-coordinate representation of color #77AC8F: hue angle of 147.17º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77AC8F is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 172 | 143 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.33 |
| HSL | 147.17º | 0.24% | 0.57% | - |
| HSV(B) | 147.17º | 0.31% | 0.67% | - |
| XYZ | 27.32 | 35.41 | 31.38 | - |
| YUV | 152.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 172 | 143 | 0.31 | 0 | 0.17 | 0.33 | 147.17 | 0.24 | 0.57 |
| Hex | 77 | AC | 8F | 1F | 0 | 11 | 21 | 93 | 18 | 39 |
| Octal | 167 | 254 | 217 | 37 | 0 | 21 | 41 | 223 | 30 | 71 |
| Binary | 1110111 | 10101100 | 10001111 | 11111 | 0 | 10001 | 100001 | 10010011 | 11000 | 111001 |
Color Harmonies of #77AC8F
Complementary color
Monochromatic Colors of #77AC8F
Black with #77AC8F
Text Example
Text Example
White with #77AC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AC8F; }
p { color: rgb(119,172,143); }
H1.HeaderClassName
{
color: #77AC8F;
}
.AnyTagClassName
{
color: #77AC8F;
}
</style>
background-color css
<style>
a { background-color: #77AC8F; }
a { background-color: rgb(119,172,143); }
div.DivClassName
{
background-color: #77AC8F;
}
.BgClassName
{
background-color: #77AC8F;
}
</style>
border-color css
<style>
span { border-color: #77AC8F; }
span { border-color: rgb(119,172,143); }
td.TdClassName
{
border-color: #77AC8F;
}
.TagClassName
{
border-color: #77AC8F;
}
</style>