Shades of Padua #77B893
Tints of Padua #77B893
RGB
CMYK
RGB Variations
Color information
#77B893 (or 0x77B893) is known color: Padua. HEX triplet: 77, B8 and 93. RGB value is (119,184,147). Sum of RGB (Red+Green+Blue) = 119+184+147=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #77B893 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B893 is #88476C. Grayscale: #A0A0A0. Windows color (decimal): -8931181 or 9681015. OLE color: 9681015.
HSL color Cylindrical-coordinate representation of color #77B893: hue angle of 145.85º 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 #77B893 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 184 | 147 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.28 |
| HSL | 145.85º | 0.31% | 0.59% | - |
| HSV(B) | 145.85º | 0.35% | 0.72% | - |
| XYZ | 30.01 | 40.31 | 33.8 | - |
| YUV | 160.35 | 120.47 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 184 | 147 | 0.35 | 0 | 0.20 | 0.28 | 145.85 | 0.31 | 0.59 |
| Hex | 77 | B8 | 93 | 23 | 0 | 14 | 1C | 92 | 1F | 3B |
| Octal | 167 | 270 | 223 | 43 | 0 | 24 | 34 | 222 | 37 | 73 |
| Binary | 1110111 | 10111000 | 10010011 | 100011 | 0 | 10100 | 11100 | 10010010 | 11111 | 111011 |
Color Harmonies of #77B893
Complementary color
Monochromatic Colors of #77B893
Black with #77B893
Text Example
Text Example
White with #77B893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B893; }
p { color: rgb(119,184,147); }
H1.HeaderClassName
{
color: #77B893;
}
.AnyTagClassName
{
color: #77B893;
}
</style>
background-color css
<style>
a { background-color: #77B893; }
a { background-color: rgb(119,184,147); }
div.DivClassName
{
background-color: #77B893;
}
.BgClassName
{
background-color: #77B893;
}
</style>
border-color css
<style>
span { border-color: #77B893; }
span { border-color: rgb(119,184,147); }
td.TdClassName
{
border-color: #77B893;
}
.TagClassName
{
border-color: #77B893;
}
</style>