Shades of Acapulco #7AAA9D
Tints of Acapulco #7AAA9D
RGB
CMYK
RGB Variations
Color information
#7AAA9D (or 0x7AAA9D) is known color: Acapulco. HEX triplet: 7A, AA and 9D. RGB value is (122,170,157). Sum of RGB (Red+Green+Blue) = 122+170+157=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAA9D is #855562. Grayscale: #9A9A9A. Windows color (decimal): -8738147 or 10332794. OLE color: 10332794.
HSL color Cylindrical-coordinate representation of color #7AAA9D: hue angle of 163.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AAA9D is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 157 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.33 |
| HSL | 163.75º | 0.22% | 0.57% | - |
| HSV(B) | 163.75º | 0.28% | 0.67% | - |
| XYZ | 28.49 | 35.32 | 37.21 | - |
| YUV | 154.17 | 129.6 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 157 | 0.28 | 0 | 0.08 | 0.33 | 163.75 | 0.22 | 0.57 |
| Hex | 7A | AA | 9D | 1C | 0 | 8 | 21 | A4 | 16 | 39 |
| Octal | 172 | 252 | 235 | 34 | 0 | 10 | 41 | 244 | 26 | 71 |
| Binary | 1111010 | 10101010 | 10011101 | 11100 | 0 | 1000 | 100001 | 10100100 | 10110 | 111001 |
Color Harmonies of #7AAA9D
Complementary color
Monochromatic Colors of #7AAA9D
Black with #7AAA9D
Text Example
Text Example
White with #7AAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA9D; }
p { color: rgb(122,170,157); }
H1.HeaderClassName
{
color: #7AAA9D;
}
.AnyTagClassName
{
color: #7AAA9D;
}
</style>
background-color css
<style>
a { background-color: #7AAA9D; }
a { background-color: rgb(122,170,157); }
div.DivClassName
{
background-color: #7AAA9D;
}
.BgClassName
{
background-color: #7AAA9D;
}
</style>
border-color css
<style>
span { border-color: #7AAA9D; }
span { border-color: rgb(122,170,157); }
td.TdClassName
{
border-color: #7AAA9D;
}
.TagClassName
{
border-color: #7AAA9D;
}
</style>