Shades of Acapulco #77AB8F
Tints of Acapulco #77AB8F
RGB
CMYK
RGB Variations
Color information
#77AB8F (or 0x77AB8F) is known color: Acapulco. HEX triplet: 77, AB and 8F. RGB value is (119,171,143). Sum of RGB (Red+Green+Blue) = 119+171+143=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AB8F is #885470. Grayscale: #989898. Windows color (decimal): -8934513 or 9415543. OLE color: 9415543.
HSL color Cylindrical-coordinate representation of color #77AB8F: hue angle of 147.69º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77AB8F is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 171 | 143 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.33 |
| HSL | 147.69º | 0.24% | 0.57% | - |
| HSV(B) | 147.69º | 0.3% | 0.67% | - |
| XYZ | 27.13 | 35.03 | 31.32 | - |
| YUV | 152.26 | 122.77 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 143 | 0.30 | 0 | 0.16 | 0.33 | 147.69 | 0.24 | 0.57 |
| Hex | 77 | AB | 8F | 1E | 0 | 10 | 21 | 94 | 18 | 39 |
| Octal | 167 | 253 | 217 | 36 | 0 | 20 | 41 | 224 | 30 | 71 |
| Binary | 1110111 | 10101011 | 10001111 | 11110 | 0 | 10000 | 100001 | 10010100 | 11000 | 111001 |
Color Harmonies of #77AB8F
Complementary color
Monochromatic Colors of #77AB8F
Black with #77AB8F
Text Example
Text Example
White with #77AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AB8F; }
p { color: rgb(119,171,143); }
H1.HeaderClassName
{
color: #77AB8F;
}
.AnyTagClassName
{
color: #77AB8F;
}
</style>
background-color css
<style>
a { background-color: #77AB8F; }
a { background-color: rgb(119,171,143); }
div.DivClassName
{
background-color: #77AB8F;
}
.BgClassName
{
background-color: #77AB8F;
}
</style>
border-color css
<style>
span { border-color: #77AB8F; }
span { border-color: rgb(119,171,143); }
td.TdClassName
{
border-color: #77AB8F;
}
.TagClassName
{
border-color: #77AB8F;
}
</style>