Shades of Acapulco #77A992
Tints of Acapulco #77A992
RGB
CMYK
RGB Variations
Color information
#77A992 (or 0x77A992) is known color: Acapulco. HEX triplet: 77, A9 and 92. RGB value is (119,169,146). Sum of RGB (Red+Green+Blue) = 119+169+146=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 169 - color contains mainly: green. Hex color #77A992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A992 is #88566D. Grayscale: #979797. Windows color (decimal): -8935022 or 9611639. OLE color: 9611639.
HSL color Cylindrical-coordinate representation of color #77A992: hue angle of 152.4º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77A992 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 169 | 146 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.34 |
| HSL | 152.4º | 0.23% | 0.56% | - |
| HSV(B) | 152.4º | 0.3% | 0.66% | - |
| XYZ | 26.98 | 34.37 | 32.41 | - |
| YUV | 151.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 169 | 146 | 0.30 | 0 | 0.14 | 0.34 | 152.4 | 0.23 | 0.56 |
| Hex | 77 | A9 | 92 | 1E | 0 | E | 22 | 98 | 17 | 38 |
| Octal | 167 | 251 | 222 | 36 | 0 | 16 | 42 | 230 | 27 | 70 |
| Binary | 1110111 | 10101001 | 10010010 | 11110 | 0 | 1110 | 100010 | 10011000 | 10111 | 111000 |
Color Harmonies of #77A992
Complementary color
Monochromatic Colors of #77A992
Black with #77A992
Text Example
Text Example
White with #77A992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A992; }
p { color: rgb(119,169,146); }
H1.HeaderClassName
{
color: #77A992;
}
.AnyTagClassName
{
color: #77A992;
}
</style>
background-color css
<style>
a { background-color: #77A992; }
a { background-color: rgb(119,169,146); }
div.DivClassName
{
background-color: #77A992;
}
.BgClassName
{
background-color: #77A992;
}
</style>
border-color css
<style>
span { border-color: #77A992; }
span { border-color: rgb(119,169,146); }
td.TdClassName
{
border-color: #77A992;
}
.TagClassName
{
border-color: #77A992;
}
</style>