Shades of Acapulco #77AA8F
Tints of Acapulco #77AA8F
RGB
CMYK
RGB Variations
Color information
#77AA8F (or 0x77AA8F) is known color: Acapulco. HEX triplet: 77, AA and 8F. RGB value is (119,170,143). Sum of RGB (Red+Green+Blue) = 119+170+143=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AA8F is #885570. Grayscale: #979797. Windows color (decimal): -8934769 or 9415287. OLE color: 9415287.
HSL color Cylindrical-coordinate representation of color #77AA8F: hue angle of 148.24º degrees, saturation: 0.23, 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 #77AA8F is Cyan = 0.3, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 143 | - |
| CMYK | 0.3 | 0 | 0.16 | 0.33 |
| HSL | 148.24º | 0.23% | 0.57% | - |
| HSV(B) | 148.24º | 0.3% | 0.67% | - |
| XYZ | 26.94 | 34.65 | 31.26 | - |
| YUV | 151.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 143 | 0.3 | 0 | 0.16 | 0.33 | 148.24 | 0.23 | 0.57 |
| Hex | 77 | AA | 8F | 1E | 0 | 10 | 21 | 94 | 17 | 39 |
| Octal | 167 | 252 | 217 | 36 | 0 | 20 | 41 | 224 | 27 | 71 |
| Binary | 1110111 | 10101010 | 10001111 | 11110 | 0 | 10000 | 100001 | 10010100 | 10111 | 111001 |
Color Harmonies of #77AA8F
Complementary color
Monochromatic Colors of #77AA8F
Black with #77AA8F
Text Example
Text Example
White with #77AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA8F; }
p { color: rgb(119,170,143); }
H1.HeaderClassName
{
color: #77AA8F;
}
.AnyTagClassName
{
color: #77AA8F;
}
</style>
background-color css
<style>
a { background-color: #77AA8F; }
a { background-color: rgb(119,170,143); }
div.DivClassName
{
background-color: #77AA8F;
}
.BgClassName
{
background-color: #77AA8F;
}
</style>
border-color css
<style>
span { border-color: #77AA8F; }
span { border-color: rgb(119,170,143); }
td.TdClassName
{
border-color: #77AA8F;
}
.TagClassName
{
border-color: #77AA8F;
}
</style>