Shades of Acapulco #749E88
Tints of Acapulco #749E88
RGB
CMYK
RGB Variations
Color information
#749E88 (or 0x749E88) is known color: Acapulco. HEX triplet: 74, 9E and 88. RGB value is (116,158,136). Sum of RGB (Red+Green+Blue) = 116+158+136=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 158 - color contains mainly: green. Hex color #749E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749E88 is #8B6177. Grayscale: #8E8E8E. Windows color (decimal): -9134456 or 8953460. OLE color: 8953460.
HSL color Cylindrical-coordinate representation of color #749E88: hue angle of 148.57º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #749E88 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 158 | 136 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.38 |
| HSL | 148.57º | 0.18% | 0.54% | - |
| HSV(B) | 148.57º | 0.27% | 0.62% | - |
| XYZ | 23.87 | 29.94 | 27.81 | - |
| YUV | 142.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 136 | 0.27 | 0 | 0.14 | 0.38 | 148.57 | 0.18 | 0.54 |
| Hex | 74 | 9E | 88 | 1B | 0 | E | 26 | 95 | 12 | 36 |
| Octal | 164 | 236 | 210 | 33 | 0 | 16 | 46 | 225 | 22 | 66 |
| Binary | 1110100 | 10011110 | 10001000 | 11011 | 0 | 1110 | 100110 | 10010101 | 10010 | 110110 |
Color Harmonies of #749E88
Complementary color
Monochromatic Colors of #749E88
Black with #749E88
Text Example
Text Example
White with #749E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749E88; }
p { color: rgb(116,158,136); }
H1.HeaderClassName
{
color: #749E88;
}
.AnyTagClassName
{
color: #749E88;
}
</style>
background-color css
<style>
a { background-color: #749E88; }
a { background-color: rgb(116,158,136); }
div.DivClassName
{
background-color: #749E88;
}
.BgClassName
{
background-color: #749E88;
}
</style>
border-color css
<style>
span { border-color: #749E88; }
span { border-color: rgb(116,158,136); }
td.TdClassName
{
border-color: #749E88;
}
.TagClassName
{
border-color: #749E88;
}
</style>