Shades of Acapulco #76A089
Tints of Acapulco #76A089
RGB
CMYK
RGB Variations
Color information
#76A089 (or 0x76A089) is known color: Acapulco. HEX triplet: 76, A0 and 89. RGB value is (118,160,137). Sum of RGB (Red+Green+Blue) = 118+160+137=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 160 - color contains mainly: green. Hex color #76A089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A089 is #895F76. Grayscale: #909090. Windows color (decimal): -9002871 or 9019510. OLE color: 9019510.
HSL color Cylindrical-coordinate representation of color #76A089: hue angle of 147.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 #76A089 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 160 | 137 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.37 |
| HSL | 147.14º | 0.18% | 0.55% | - |
| HSV(B) | 147.14º | 0.26% | 0.63% | - |
| XYZ | 24.56 | 30.8 | 28.32 | - |
| YUV | 144.82 | 123.59 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 137 | 0.26 | 0 | 0.14 | 0.37 | 147.14 | 0.18 | 0.55 |
| Hex | 76 | A0 | 89 | 1A | 0 | E | 25 | 93 | 12 | 37 |
| Octal | 166 | 240 | 211 | 32 | 0 | 16 | 45 | 223 | 22 | 67 |
| Binary | 1110110 | 10100000 | 10001001 | 11010 | 0 | 1110 | 100101 | 10010011 | 10010 | 110111 |
Color Harmonies of #76A089
Complementary color
Monochromatic Colors of #76A089
Black with #76A089
Text Example
Text Example
White with #76A089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A089; }
p { color: rgb(118,160,137); }
H1.HeaderClassName
{
color: #76A089;
}
.AnyTagClassName
{
color: #76A089;
}
</style>
background-color css
<style>
a { background-color: #76A089; }
a { background-color: rgb(118,160,137); }
div.DivClassName
{
background-color: #76A089;
}
.BgClassName
{
background-color: #76A089;
}
</style>
border-color css
<style>
span { border-color: #76A089; }
span { border-color: rgb(118,160,137); }
td.TdClassName
{
border-color: #76A089;
}
.TagClassName
{
border-color: #76A089;
}
</style>