Shades of Acapulco #77A196
Tints of Acapulco #77A196
RGB
CMYK
RGB Variations
Color information
#77A196 (or 0x77A196) is known color: Acapulco. HEX triplet: 77, A1 and 96. RGB value is (119,161,150). Sum of RGB (Red+Green+Blue) = 119+161+150=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 161 - color contains mainly: green. Hex color #77A196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A196 is #885E69. Grayscale: #939393. Windows color (decimal): -8937066 or 9871735. OLE color: 9871735.
HSL color Cylindrical-coordinate representation of color #77A196: hue angle of 164.29º 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 #77A196 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 161 | 150 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.37 |
| HSL | 164.29º | 0.18% | 0.55% | - |
| HSV(B) | 164.29º | 0.26% | 0.63% | - |
| XYZ | 25.86 | 31.61 | 33.59 | - |
| YUV | 147.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 150 | 0.26 | 0 | 0.07 | 0.37 | 164.29 | 0.18 | 0.55 |
| Hex | 77 | A1 | 96 | 1A | 0 | 7 | 25 | A4 | 12 | 37 |
| Octal | 167 | 241 | 226 | 32 | 0 | 7 | 45 | 244 | 22 | 67 |
| Binary | 1110111 | 10100001 | 10010110 | 11010 | 0 | 111 | 100101 | 10100100 | 10010 | 110111 |
Color Harmonies of #77A196
Complementary color
Monochromatic Colors of #77A196
Black with #77A196
Text Example
Text Example
White with #77A196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A196; }
p { color: rgb(119,161,150); }
H1.HeaderClassName
{
color: #77A196;
}
.AnyTagClassName
{
color: #77A196;
}
</style>
background-color css
<style>
a { background-color: #77A196; }
a { background-color: rgb(119,161,150); }
div.DivClassName
{
background-color: #77A196;
}
.BgClassName
{
background-color: #77A196;
}
</style>
border-color css
<style>
span { border-color: #77A196; }
span { border-color: rgb(119,161,150); }
td.TdClassName
{
border-color: #77A196;
}
.TagClassName
{
border-color: #77A196;
}
</style>