Shades of Acapulco #77AA9B
Tints of Acapulco #77AA9B
RGB
CMYK
RGB Variations
Color information
#77AA9B (or 0x77AA9B) is known color: Acapulco. HEX triplet: 77, AA and 9B. RGB value is (119,170,155). Sum of RGB (Red+Green+Blue) = 119+170+155=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AA9B is #885564. Grayscale: #999999. Windows color (decimal): -8934757 or 10201719. OLE color: 10201719.
HSL color Cylindrical-coordinate representation of color #77AA9B: hue angle of 162.35º 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 #77AA9B is Cyan = 0.3, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 155 | - |
| CMYK | 0.3 | 0 | 0.09 | 0.33 |
| HSL | 162.35º | 0.23% | 0.57% | - |
| HSV(B) | 162.35º | 0.3% | 0.67% | - |
| XYZ | 27.9 | 35.04 | 36.3 | - |
| YUV | 153.04 | 129.1 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 155 | 0.3 | 0 | 0.09 | 0.33 | 162.35 | 0.23 | 0.57 |
| Hex | 77 | AA | 9B | 1E | 0 | 9 | 21 | A2 | 17 | 39 |
| Octal | 167 | 252 | 233 | 36 | 0 | 11 | 41 | 242 | 27 | 71 |
| Binary | 1110111 | 10101010 | 10011011 | 11110 | 0 | 1001 | 100001 | 10100010 | 10111 | 111001 |
Color Harmonies of #77AA9B
Complementary color
Monochromatic Colors of #77AA9B
Black with #77AA9B
Text Example
Text Example
White with #77AA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA9B; }
p { color: rgb(119,170,155); }
H1.HeaderClassName
{
color: #77AA9B;
}
.AnyTagClassName
{
color: #77AA9B;
}
</style>
background-color css
<style>
a { background-color: #77AA9B; }
a { background-color: rgb(119,170,155); }
div.DivClassName
{
background-color: #77AA9B;
}
.BgClassName
{
background-color: #77AA9B;
}
</style>
border-color css
<style>
span { border-color: #77AA9B; }
span { border-color: rgb(119,170,155); }
td.TdClassName
{
border-color: #77AA9B;
}
.TagClassName
{
border-color: #77AA9B;
}
</style>