Shades of Acapulco #77B99F
Tints of Acapulco #77B99F
RGB
CMYK
RGB Variations
Color information
#77B99F (or 0x77B99F) is known color: Acapulco. HEX triplet: 77, B9 and 9F. RGB value is (119,185,159). Sum of RGB (Red+Green+Blue) = 119+185+159=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #77B99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B99F is #884660. Grayscale: #A2A2A2. Windows color (decimal): -8930913 or 10467703. OLE color: 10467703.
HSL color Cylindrical-coordinate representation of color #77B99F: hue angle of 156.36º 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 #77B99F is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 185 | 159 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.27 |
| HSL | 156.36º | 0.32% | 0.6% | - |
| HSV(B) | 156.36º | 0.36% | 0.73% | - |
| XYZ | 31.21 | 41.12 | 39.09 | - |
| YUV | 162.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 185 | 159 | 0.36 | 0 | 0.14 | 0.27 | 156.36 | 0.32 | 0.6 |
| Hex | 77 | B9 | 9F | 24 | 0 | E | 1B | 9C | 20 | 3C |
| Octal | 167 | 271 | 237 | 44 | 0 | 16 | 33 | 234 | 40 | 74 |
| Binary | 1110111 | 10111001 | 10011111 | 100100 | 0 | 1110 | 11011 | 10011100 | 100000 | 111100 |
Color Harmonies of #77B99F
Complementary color
Monochromatic Colors of #77B99F
Black with #77B99F
Text Example
Text Example
White with #77B99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B99F; }
p { color: rgb(119,185,159); }
H1.HeaderClassName
{
color: #77B99F;
}
.AnyTagClassName
{
color: #77B99F;
}
</style>
background-color css
<style>
a { background-color: #77B99F; }
a { background-color: rgb(119,185,159); }
div.DivClassName
{
background-color: #77B99F;
}
.BgClassName
{
background-color: #77B99F;
}
</style>
border-color css
<style>
span { border-color: #77B99F; }
span { border-color: rgb(119,185,159); }
td.TdClassName
{
border-color: #77B99F;
}
.TagClassName
{
border-color: #77B99F;
}
</style>