Shades of Acapulco #7AAA91
Tints of Acapulco #7AAA91
RGB
CMYK
RGB Variations
Color information
#7AAA91 (or 0x7AAA91) is known color: Acapulco. HEX triplet: 7A, AA and 91. RGB value is (122,170,145). Sum of RGB (Red+Green+Blue) = 122+170+145=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAA91 is #85556E. Grayscale: #989898. Windows color (decimal): -8738159 or 9546362. OLE color: 9546362.
HSL color Cylindrical-coordinate representation of color #7AAA91: hue angle of 148.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 #7AAA91 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 145 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.33 |
| HSL | 148.75º | 0.22% | 0.57% | - |
| HSV(B) | 148.75º | 0.28% | 0.67% | - |
| XYZ | 27.51 | 34.93 | 32.08 | - |
| YUV | 152.8 | 123.6 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 145 | 0.28 | 0 | 0.15 | 0.33 | 148.75 | 0.22 | 0.57 |
| Hex | 7A | AA | 91 | 1C | 0 | F | 21 | 95 | 16 | 39 |
| Octal | 172 | 252 | 221 | 34 | 0 | 17 | 41 | 225 | 26 | 71 |
| Binary | 1111010 | 10101010 | 10010001 | 11100 | 0 | 1111 | 100001 | 10010101 | 10110 | 111001 |
Color Harmonies of #7AAA91
Complementary color
Monochromatic Colors of #7AAA91
Black with #7AAA91
Text Example
Text Example
White with #7AAA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA91; }
p { color: rgb(122,170,145); }
H1.HeaderClassName
{
color: #7AAA91;
}
.AnyTagClassName
{
color: #7AAA91;
}
</style>
background-color css
<style>
a { background-color: #7AAA91; }
a { background-color: rgb(122,170,145); }
div.DivClassName
{
background-color: #7AAA91;
}
.BgClassName
{
background-color: #7AAA91;
}
</style>
border-color css
<style>
span { border-color: #7AAA91; }
span { border-color: rgb(122,170,145); }
td.TdClassName
{
border-color: #7AAA91;
}
.TagClassName
{
border-color: #7AAA91;
}
</style>