Shades of Acapulco #739F91
Tints of Acapulco #739F91
RGB
CMYK
RGB Variations
Color information
#739F91 (or 0x739F91) is known color: Acapulco. HEX triplet: 73, 9F and 91. RGB value is (115,159,145). Sum of RGB (Red+Green+Blue) = 115+159+145=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 159 - color contains mainly: green. Hex color #739F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739F91 is #8C606E. Grayscale: #909090. Windows color (decimal): -9199727 or 9543539. OLE color: 9543539.
HSL color Cylindrical-coordinate representation of color #739F91: hue angle of 160.91º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #739F91 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 159 | 145 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.38 |
| HSL | 160.91º | 0.19% | 0.54% | - |
| HSV(B) | 160.91º | 0.28% | 0.62% | - |
| XYZ | 24.58 | 30.49 | 31.38 | - |
| YUV | 144.25 | 128.42 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 145 | 0.28 | 0 | 0.09 | 0.38 | 160.91 | 0.19 | 0.54 |
| Hex | 73 | 9F | 91 | 1C | 0 | 9 | 26 | A1 | 13 | 36 |
| Octal | 163 | 237 | 221 | 34 | 0 | 11 | 46 | 241 | 23 | 66 |
| Binary | 1110011 | 10011111 | 10010001 | 11100 | 0 | 1001 | 100110 | 10100001 | 10011 | 110110 |
Color Harmonies of #739F91
Complementary color
Monochromatic Colors of #739F91
Black with #739F91
Text Example
Text Example
White with #739F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739F91; }
p { color: rgb(115,159,145); }
H1.HeaderClassName
{
color: #739F91;
}
.AnyTagClassName
{
color: #739F91;
}
</style>
background-color css
<style>
a { background-color: #739F91; }
a { background-color: rgb(115,159,145); }
div.DivClassName
{
background-color: #739F91;
}
.BgClassName
{
background-color: #739F91;
}
</style>
border-color css
<style>
span { border-color: #739F91; }
span { border-color: rgb(115,159,145); }
td.TdClassName
{
border-color: #739F91;
}
.TagClassName
{
border-color: #739F91;
}
</style>