Shades of Acapulco #749C86
Tints of Acapulco #749C86
RGB
CMYK
RGB Variations
Color information
#749C86 (or 0x749C86) is known color: Acapulco. HEX triplet: 74, 9C and 86. RGB value is (116,156,134). Sum of RGB (Red+Green+Blue) = 116+156+134=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 156 - color contains mainly: green. Hex color #749C86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749C86 is #8B6379. Grayscale: #8D8D8D. Windows color (decimal): -9134970 or 8821876. OLE color: 8821876.
HSL color Cylindrical-coordinate representation of color #749C86: hue angle of 147º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749C86 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 156 | 134 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.39 |
| HSL | 147º | 0.17% | 0.53% | - |
| HSV(B) | 147º | 0.26% | 0.61% | - |
| XYZ | 23.39 | 29.21 | 26.96 | - |
| YUV | 141.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 134 | 0.26 | 0 | 0.14 | 0.39 | 147 | 0.17 | 0.53 |
| Hex | 74 | 9C | 86 | 1A | 0 | E | 27 | 93 | 11 | 35 |
| Octal | 164 | 234 | 206 | 32 | 0 | 16 | 47 | 223 | 21 | 65 |
| Binary | 1110100 | 10011100 | 10000110 | 11010 | 0 | 1110 | 100111 | 10010011 | 10001 | 110101 |
Color Harmonies of #749C86
Complementary color
Monochromatic Colors of #749C86
Black with #749C86
Text Example
Text Example
White with #749C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749C86; }
p { color: rgb(116,156,134); }
H1.HeaderClassName
{
color: #749C86;
}
.AnyTagClassName
{
color: #749C86;
}
</style>
background-color css
<style>
a { background-color: #749C86; }
a { background-color: rgb(116,156,134); }
div.DivClassName
{
background-color: #749C86;
}
.BgClassName
{
background-color: #749C86;
}
</style>
border-color css
<style>
span { border-color: #749C86; }
span { border-color: rgb(116,156,134); }
td.TdClassName
{
border-color: #749C86;
}
.TagClassName
{
border-color: #749C86;
}
</style>