Shades of Acapulco #77A198
Tints of Acapulco #77A198
RGB
CMYK
RGB Variations
Color information
#77A198 (or 0x77A198) is known color: Acapulco. HEX triplet: 77, A1 and 98. RGB value is (119,161,152). Sum of RGB (Red+Green+Blue) = 119+161+152=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 161 - color contains mainly: green. Hex color #77A198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A198 is #885E67. Grayscale: #939393. Windows color (decimal): -8937064 or 10002807. OLE color: 10002807.
HSL color Cylindrical-coordinate representation of color #77A198: hue angle of 167.14º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77A198 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 161 | 152 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.37 |
| HSL | 167.14º | 0.18% | 0.55% | - |
| HSV(B) | 167.14º | 0.26% | 0.63% | - |
| XYZ | 26.02 | 31.68 | 34.45 | - |
| YUV | 147.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 152 | 0.26 | 0 | 0.06 | 0.37 | 167.14 | 0.18 | 0.55 |
| Hex | 77 | A1 | 98 | 1A | 0 | 6 | 25 | A7 | 12 | 37 |
| Octal | 167 | 241 | 230 | 32 | 0 | 6 | 45 | 247 | 22 | 67 |
| Binary | 1110111 | 10100001 | 10011000 | 11010 | 0 | 110 | 100101 | 10100111 | 10010 | 110111 |
Color Harmonies of #77A198
Complementary color
Monochromatic Colors of #77A198
Black with #77A198
Text Example
Text Example
White with #77A198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A198; }
p { color: rgb(119,161,152); }
H1.HeaderClassName
{
color: #77A198;
}
.AnyTagClassName
{
color: #77A198;
}
</style>
background-color css
<style>
a { background-color: #77A198; }
a { background-color: rgb(119,161,152); }
div.DivClassName
{
background-color: #77A198;
}
.BgClassName
{
background-color: #77A198;
}
</style>
border-color css
<style>
span { border-color: #77A198; }
span { border-color: rgb(119,161,152); }
td.TdClassName
{
border-color: #77A198;
}
.TagClassName
{
border-color: #77A198;
}
</style>