Shades of Acapulco #7AA090
Tints of Acapulco #7AA090
RGB
CMYK
RGB Variations
Color information
#7AA090 (or 0x7AA090) is known color: Acapulco. HEX triplet: 7A, A0 and 90. RGB value is (122,160,144). Sum of RGB (Red+Green+Blue) = 122+160+144=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA090 is #855F6F. Grayscale: #929292. Windows color (decimal): -8740720 or 9478266. OLE color: 9478266.
HSL color Cylindrical-coordinate representation of color #7AA090: hue angle of 154.74º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7AA090 is Cyan = 0.24, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 144 | - |
| CMYK | 0.24 | 0 | 0.1 | 0.37 |
| HSL | 154.74º | 0.17% | 0.55% | - |
| HSV(B) | 154.74º | 0.24% | 0.63% | - |
| XYZ | 25.63 | 31.29 | 31.07 | - |
| YUV | 146.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 144 | 0.24 | 0 | 0.1 | 0.37 | 154.74 | 0.17 | 0.55 |
| Hex | 7A | A0 | 90 | 18 | 0 | A | 25 | 9B | 11 | 37 |
| Octal | 172 | 240 | 220 | 30 | 0 | 12 | 45 | 233 | 21 | 67 |
| Binary | 1111010 | 10100000 | 10010000 | 11000 | 0 | 1010 | 100101 | 10011011 | 10001 | 110111 |
Color Harmonies of #7AA090
Complementary color
Monochromatic Colors of #7AA090
Black with #7AA090
Text Example
Text Example
White with #7AA090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA090; }
p { color: rgb(122,160,144); }
H1.HeaderClassName
{
color: #7AA090;
}
.AnyTagClassName
{
color: #7AA090;
}
</style>
background-color css
<style>
a { background-color: #7AA090; }
a { background-color: rgb(122,160,144); }
div.DivClassName
{
background-color: #7AA090;
}
.BgClassName
{
background-color: #7AA090;
}
</style>
border-color css
<style>
span { border-color: #7AA090; }
span { border-color: rgb(122,160,144); }
td.TdClassName
{
border-color: #7AA090;
}
.TagClassName
{
border-color: #7AA090;
}
</style>