Shades of Acapulco #7AA590
Tints of Acapulco #7AA590
RGB
CMYK
RGB Variations
Color information
#7AA590 (or 0x7AA590) is known color: Acapulco. HEX triplet: 7A, A5 and 90. RGB value is (122,165,144). Sum of RGB (Red+Green+Blue) = 122+165+144=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA590 is #855A6F. Grayscale: #959595. Windows color (decimal): -8739440 or 9479546. OLE color: 9479546.
HSL color Cylindrical-coordinate representation of color #7AA590: hue angle of 150.7º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA590 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 144 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.35 |
| HSL | 150.7º | 0.19% | 0.56% | - |
| HSV(B) | 150.7º | 0.26% | 0.65% | - |
| XYZ | 26.52 | 33.06 | 31.37 | - |
| YUV | 149.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 144 | 0.26 | 0 | 0.13 | 0.35 | 150.7 | 0.19 | 0.56 |
| Hex | 7A | A5 | 90 | 1A | 0 | D | 23 | 97 | 13 | 38 |
| Octal | 172 | 245 | 220 | 32 | 0 | 15 | 43 | 227 | 23 | 70 |
| Binary | 1111010 | 10100101 | 10010000 | 11010 | 0 | 1101 | 100011 | 10010111 | 10011 | 111000 |
Color Harmonies of #7AA590
Complementary color
Monochromatic Colors of #7AA590
Black with #7AA590
Text Example
Text Example
White with #7AA590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA590; }
p { color: rgb(122,165,144); }
H1.HeaderClassName
{
color: #7AA590;
}
.AnyTagClassName
{
color: #7AA590;
}
</style>
background-color css
<style>
a { background-color: #7AA590; }
a { background-color: rgb(122,165,144); }
div.DivClassName
{
background-color: #7AA590;
}
.BgClassName
{
background-color: #7AA590;
}
</style>
border-color css
<style>
span { border-color: #7AA590; }
span { border-color: rgb(122,165,144); }
td.TdClassName
{
border-color: #7AA590;
}
.TagClassName
{
border-color: #7AA590;
}
</style>