Shades of Acapulco #7A9E8B
Tints of Acapulco #7A9E8B
RGB
CMYK
RGB Variations
Color information
#7A9E8B (or 0x7A9E8B) is known color: Acapulco. HEX triplet: 7A, 9E and 8B. RGB value is (122,158,139). Sum of RGB (Red+Green+Blue) = 122+158+139=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 158 - color contains mainly: green. Hex color #7A9E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9E8B is #856174. Grayscale: #919191. Windows color (decimal): -8741237 or 9150074. OLE color: 9150074.
HSL color Cylindrical-coordinate representation of color #7A9E8B: hue angle of 148.33º 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 #7A9E8B is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 158 | 139 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.38 |
| HSL | 148.33º | 0.16% | 0.55% | - |
| HSV(B) | 148.33º | 0.23% | 0.62% | - |
| XYZ | 24.91 | 30.46 | 28.99 | - |
| YUV | 145.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 158 | 139 | 0.23 | 0 | 0.12 | 0.38 | 148.33 | 0.16 | 0.55 |
| Hex | 7A | 9E | 8B | 17 | 0 | C | 26 | 94 | 10 | 37 |
| Octal | 172 | 236 | 213 | 27 | 0 | 14 | 46 | 224 | 20 | 67 |
| Binary | 1111010 | 10011110 | 10001011 | 10111 | 0 | 1100 | 100110 | 10010100 | 10000 | 110111 |
Color Harmonies of #7A9E8B
Complementary color
Monochromatic Colors of #7A9E8B
Black with #7A9E8B
Text Example
Text Example
White with #7A9E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9E8B; }
p { color: rgb(122,158,139); }
H1.HeaderClassName
{
color: #7A9E8B;
}
.AnyTagClassName
{
color: #7A9E8B;
}
</style>
background-color css
<style>
a { background-color: #7A9E8B; }
a { background-color: rgb(122,158,139); }
div.DivClassName
{
background-color: #7A9E8B;
}
.BgClassName
{
background-color: #7A9E8B;
}
</style>
border-color css
<style>
span { border-color: #7A9E8B; }
span { border-color: rgb(122,158,139); }
td.TdClassName
{
border-color: #7A9E8B;
}
.TagClassName
{
border-color: #7A9E8B;
}
</style>