Shades of Acapulco #7A9F8D
Tints of Acapulco #7A9F8D
RGB
CMYK
RGB Variations
Color information
#7A9F8D (or 0x7A9F8D) is known color: Acapulco. HEX triplet: 7A, 9F and 8D. RGB value is (122,159,141). Sum of RGB (Red+Green+Blue) = 122+159+141=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9F8D is #856072. Grayscale: #919191. Windows color (decimal): -8740979 or 9281402. OLE color: 9281402.
HSL color Cylindrical-coordinate representation of color #7A9F8D: hue angle of 150.81º 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 #7A9F8D is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 159 | 141 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.38 |
| HSL | 150.81º | 0.16% | 0.55% | - |
| HSV(B) | 150.81º | 0.23% | 0.62% | - |
| XYZ | 25.23 | 30.86 | 29.83 | - |
| YUV | 145.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 141 | 0.23 | 0 | 0.11 | 0.38 | 150.81 | 0.16 | 0.55 |
| Hex | 7A | 9F | 8D | 17 | 0 | B | 26 | 97 | 10 | 37 |
| Octal | 172 | 237 | 215 | 27 | 0 | 13 | 46 | 227 | 20 | 67 |
| Binary | 1111010 | 10011111 | 10001101 | 10111 | 0 | 1011 | 100110 | 10010111 | 10000 | 110111 |
Color Harmonies of #7A9F8D
Complementary color
Monochromatic Colors of #7A9F8D
Black with #7A9F8D
Text Example
Text Example
White with #7A9F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9F8D; }
p { color: rgb(122,159,141); }
H1.HeaderClassName
{
color: #7A9F8D;
}
.AnyTagClassName
{
color: #7A9F8D;
}
</style>
background-color css
<style>
a { background-color: #7A9F8D; }
a { background-color: rgb(122,159,141); }
div.DivClassName
{
background-color: #7A9F8D;
}
.BgClassName
{
background-color: #7A9F8D;
}
</style>
border-color css
<style>
span { border-color: #7A9F8D; }
span { border-color: rgb(122,159,141); }
td.TdClassName
{
border-color: #7A9F8D;
}
.TagClassName
{
border-color: #7A9F8D;
}
</style>