Shades of Padua #77B89A
Tints of Padua #77B89A
RGB
CMYK
RGB Variations
Color information
#77B89A (or 0x77B89A) is known color: Padua. HEX triplet: 77, B8 and 9A. RGB value is (119,184,154). Sum of RGB (Red+Green+Blue) = 119+184+154=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 184 - color contains mainly: green. Hex color #77B89A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B89A is #884765. Grayscale: #A1A1A1. Windows color (decimal): -8931174 or 10139767. OLE color: 10139767.
HSL color Cylindrical-coordinate representation of color #77B89A: hue angle of 152.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77B89A is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 184 | 154 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.28 |
| HSL | 152.31º | 0.31% | 0.59% | - |
| HSV(B) | 152.31º | 0.35% | 0.72% | - |
| XYZ | 30.58 | 40.54 | 36.78 | - |
| YUV | 161.15 | 123.97 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 184 | 154 | 0.35 | 0 | 0.16 | 0.28 | 152.31 | 0.31 | 0.59 |
| Hex | 77 | B8 | 9A | 23 | 0 | 10 | 1C | 98 | 1F | 3B |
| Octal | 167 | 270 | 232 | 43 | 0 | 20 | 34 | 230 | 37 | 73 |
| Binary | 1110111 | 10111000 | 10011010 | 100011 | 0 | 10000 | 11100 | 10011000 | 11111 | 111011 |
Color Harmonies of #77B89A
Complementary color
Monochromatic Colors of #77B89A
Black with #77B89A
Text Example
Text Example
White with #77B89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B89A; }
p { color: rgb(119,184,154); }
H1.HeaderClassName
{
color: #77B89A;
}
.AnyTagClassName
{
color: #77B89A;
}
</style>
background-color css
<style>
a { background-color: #77B89A; }
a { background-color: rgb(119,184,154); }
div.DivClassName
{
background-color: #77B89A;
}
.BgClassName
{
background-color: #77B89A;
}
</style>
border-color css
<style>
span { border-color: #77B89A; }
span { border-color: rgb(119,184,154); }
td.TdClassName
{
border-color: #77B89A;
}
.TagClassName
{
border-color: #77B89A;
}
</style>