Shades of Acapulco #7A9F8E
Tints of Acapulco #7A9F8E
RGB
CMYK
RGB Variations
Color information
#7A9F8E (or 0x7A9F8E) is known color: Acapulco. HEX triplet: 7A, 9F and 8E. RGB value is (122,159,142). Sum of RGB (Red+Green+Blue) = 122+159+142=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9F8E is #856071. Grayscale: #929292. Windows color (decimal): -8740978 or 9346938. OLE color: 9346938.
HSL color Cylindrical-coordinate representation of color #7A9F8E: hue angle of 152.43º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A9F8E is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 159 | 142 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.38 |
| HSL | 152.43º | 0.16% | 0.55% | - |
| HSV(B) | 152.43º | 0.23% | 0.62% | - |
| XYZ | 25.31 | 30.89 | 30.22 | - |
| YUV | 146 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 142 | 0.23 | 0 | 0.11 | 0.38 | 152.43 | 0.16 | 0.55 |
| Hex | 7A | 9F | 8E | 17 | 0 | B | 26 | 98 | 10 | 37 |
| Octal | 172 | 237 | 216 | 27 | 0 | 13 | 46 | 230 | 20 | 67 |
| Binary | 1111010 | 10011111 | 10001110 | 10111 | 0 | 1011 | 100110 | 10011000 | 10000 | 110111 |
Color Harmonies of #7A9F8E
Complementary color
Monochromatic Colors of #7A9F8E
Black with #7A9F8E
Text Example
Text Example
White with #7A9F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9F8E; }
p { color: rgb(122,159,142); }
H1.HeaderClassName
{
color: #7A9F8E;
}
.AnyTagClassName
{
color: #7A9F8E;
}
</style>
background-color css
<style>
a { background-color: #7A9F8E; }
a { background-color: rgb(122,159,142); }
div.DivClassName
{
background-color: #7A9F8E;
}
.BgClassName
{
background-color: #7A9F8E;
}
</style>
border-color css
<style>
span { border-color: #7A9F8E; }
span { border-color: rgb(122,159,142); }
td.TdClassName
{
border-color: #7A9F8E;
}
.TagClassName
{
border-color: #7A9F8E;
}
</style>