Shades of Acapulco #77B39D
Tints of Acapulco #77B39D
RGB
CMYK
RGB Variations
Color information
#77B39D (or 0x77B39D) is known color: Acapulco. HEX triplet: 77, B3 and 9D. RGB value is (119,179,157). Sum of RGB (Red+Green+Blue) = 119+179+157=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #77B39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B39D is #884C62. Grayscale: #9E9E9E. Windows color (decimal): -8932451 or 10335095. OLE color: 10335095.
HSL color Cylindrical-coordinate representation of color #77B39D: hue angle of 158º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B39D is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 179 | 157 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.30 |
| HSL | 158º | 0.28% | 0.58% | - |
| HSV(B) | 158º | 0.34% | 0.7% | - |
| XYZ | 29.81 | 38.6 | 37.78 | - |
| YUV | 158.55 | 127.12 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 179 | 157 | 0.34 | 0 | 0.12 | 0.30 | 158 | 0.28 | 0.58 |
| Hex | 77 | B3 | 9D | 22 | 0 | C | 1E | 9E | 1C | 3A |
| Octal | 167 | 263 | 235 | 42 | 0 | 14 | 36 | 236 | 34 | 72 |
| Binary | 1110111 | 10110011 | 10011101 | 100010 | 0 | 1100 | 11110 | 10011110 | 11100 | 111010 |
Color Harmonies of #77B39D
Complementary color
Monochromatic Colors of #77B39D
Black with #77B39D
Text Example
Text Example
White with #77B39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B39D; }
p { color: rgb(119,179,157); }
H1.HeaderClassName
{
color: #77B39D;
}
.AnyTagClassName
{
color: #77B39D;
}
</style>
background-color css
<style>
a { background-color: #77B39D; }
a { background-color: rgb(119,179,157); }
div.DivClassName
{
background-color: #77B39D;
}
.BgClassName
{
background-color: #77B39D;
}
</style>
border-color css
<style>
span { border-color: #77B39D; }
span { border-color: rgb(119,179,157); }
td.TdClassName
{
border-color: #77B39D;
}
.TagClassName
{
border-color: #77B39D;
}
</style>