Shades of Acapulco #76AA9B
Tints of Acapulco #76AA9B
RGB
CMYK
RGB Variations
Color information
#76AA9B (or 0x76AA9B) is known color: Acapulco. HEX triplet: 76, AA and 9B. RGB value is (118,170,155). Sum of RGB (Red+Green+Blue) = 118+170+155=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AA9B is #895564. Grayscale: #989898. Windows color (decimal): -9000293 or 10201718. OLE color: 10201718.
HSL color Cylindrical-coordinate representation of color #76AA9B: hue angle of 162.69º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AA9B is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 170 | 155 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.33 |
| HSL | 162.69º | 0.23% | 0.56% | - |
| HSV(B) | 162.69º | 0.31% | 0.67% | - |
| XYZ | 27.76 | 34.97 | 36.3 | - |
| YUV | 152.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 155 | 0.31 | 0 | 0.09 | 0.33 | 162.69 | 0.23 | 0.56 |
| Hex | 76 | AA | 9B | 1F | 0 | 9 | 21 | A3 | 17 | 38 |
| Octal | 166 | 252 | 233 | 37 | 0 | 11 | 41 | 243 | 27 | 70 |
| Binary | 1110110 | 10101010 | 10011011 | 11111 | 0 | 1001 | 100001 | 10100011 | 10111 | 111000 |
Color Harmonies of #76AA9B
Complementary color
Monochromatic Colors of #76AA9B
Black with #76AA9B
Text Example
Text Example
White with #76AA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AA9B; }
p { color: rgb(118,170,155); }
H1.HeaderClassName
{
color: #76AA9B;
}
.AnyTagClassName
{
color: #76AA9B;
}
</style>
background-color css
<style>
a { background-color: #76AA9B; }
a { background-color: rgb(118,170,155); }
div.DivClassName
{
background-color: #76AA9B;
}
.BgClassName
{
background-color: #76AA9B;
}
</style>
border-color css
<style>
span { border-color: #76AA9B; }
span { border-color: rgb(118,170,155); }
td.TdClassName
{
border-color: #76AA9B;
}
.TagClassName
{
border-color: #76AA9B;
}
</style>