Shades of Acapulco #759F89
Tints of Acapulco #759F89
RGB
CMYK
RGB Variations
Color information
#759F89 (or 0x759F89) is known color: Acapulco. HEX triplet: 75, 9F and 89. RGB value is (117,159,137). Sum of RGB (Red+Green+Blue) = 117+159+137=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 159 - color contains mainly: green. Hex color #759F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759F89 is #8A6076. Grayscale: #8F8F8F. Windows color (decimal): -9068663 or 9019253. OLE color: 9019253.
HSL color Cylindrical-coordinate representation of color #759F89: 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.26%. Process color model (Four color, CMYK) of #759F89 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 159 | 137 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.38 |
| HSL | 148.57º | 0.18% | 0.54% | - |
| HSV(B) | 148.57º | 0.26% | 0.62% | - |
| XYZ | 24.25 | 30.38 | 28.25 | - |
| YUV | 143.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 137 | 0.26 | 0 | 0.14 | 0.38 | 148.57 | 0.18 | 0.54 |
| Hex | 75 | 9F | 89 | 1A | 0 | E | 26 | 95 | 12 | 36 |
| Octal | 165 | 237 | 211 | 32 | 0 | 16 | 46 | 225 | 22 | 66 |
| Binary | 1110101 | 10011111 | 10001001 | 11010 | 0 | 1110 | 100110 | 10010101 | 10010 | 110110 |
Color Harmonies of #759F89
Complementary color
Monochromatic Colors of #759F89
Black with #759F89
Text Example
Text Example
White with #759F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759F89; }
p { color: rgb(117,159,137); }
H1.HeaderClassName
{
color: #759F89;
}
.AnyTagClassName
{
color: #759F89;
}
</style>
background-color css
<style>
a { background-color: #759F89; }
a { background-color: rgb(117,159,137); }
div.DivClassName
{
background-color: #759F89;
}
.BgClassName
{
background-color: #759F89;
}
</style>
border-color css
<style>
span { border-color: #759F89; }
span { border-color: rgb(117,159,137); }
td.TdClassName
{
border-color: #759F89;
}
.TagClassName
{
border-color: #759F89;
}
</style>