Shades of Acapulco #7A9F8B
Tints of Acapulco #7A9F8B
RGB
CMYK
RGB Variations
Color information
#7A9F8B (or 0x7A9F8B) is known color: Acapulco. HEX triplet: 7A, 9F and 8B. RGB value is (122,159,139). Sum of RGB (Red+Green+Blue) = 122+159+139=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9F8B is #856074. Grayscale: #919191. Windows color (decimal): -8740981 or 9150330. OLE color: 9150330.
HSL color Cylindrical-coordinate representation of color #7A9F8B: hue angle of 147.57º 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 #7A9F8B is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 159 | 139 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.38 |
| HSL | 147.57º | 0.16% | 0.55% | - |
| HSV(B) | 147.57º | 0.23% | 0.62% | - |
| XYZ | 25.08 | 30.8 | 29.05 | - |
| YUV | 145.66 | 124.24 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 139 | 0.23 | 0 | 0.13 | 0.38 | 147.57 | 0.16 | 0.55 |
| Hex | 7A | 9F | 8B | 17 | 0 | D | 26 | 94 | 10 | 37 |
| Octal | 172 | 237 | 213 | 27 | 0 | 15 | 46 | 224 | 20 | 67 |
| Binary | 1111010 | 10011111 | 10001011 | 10111 | 0 | 1101 | 100110 | 10010100 | 10000 | 110111 |
Color Harmonies of #7A9F8B
Complementary color
Monochromatic Colors of #7A9F8B
Black with #7A9F8B
Text Example
Text Example
White with #7A9F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9F8B; }
p { color: rgb(122,159,139); }
H1.HeaderClassName
{
color: #7A9F8B;
}
.AnyTagClassName
{
color: #7A9F8B;
}
</style>
background-color css
<style>
a { background-color: #7A9F8B; }
a { background-color: rgb(122,159,139); }
div.DivClassName
{
background-color: #7A9F8B;
}
.BgClassName
{
background-color: #7A9F8B;
}
</style>
border-color css
<style>
span { border-color: #7A9F8B; }
span { border-color: rgb(122,159,139); }
td.TdClassName
{
border-color: #7A9F8B;
}
.TagClassName
{
border-color: #7A9F8B;
}
</style>