Shades of Acapulco #759E8C
Tints of Acapulco #759E8C
RGB
CMYK
RGB Variations
Color information
#759E8C (or 0x759E8C) is known color: Acapulco. HEX triplet: 75, 9E and 8C. RGB value is (117,158,140). Sum of RGB (Red+Green+Blue) = 117+158+140=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 158 - color contains mainly: green. Hex color #759E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759E8C is #8A6173. Grayscale: #8F8F8F. Windows color (decimal): -9068916 or 9215605. OLE color: 9215605.
HSL color Cylindrical-coordinate representation of color #759E8C: hue angle of 153.66º degrees, saturation: 0.17, 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 #759E8C is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 158 | 140 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.38 |
| HSL | 153.66º | 0.17% | 0.54% | - |
| HSV(B) | 153.66º | 0.26% | 0.62% | - |
| XYZ | 24.3 | 30.13 | 29.35 | - |
| YUV | 143.69 | 125.92 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 140 | 0.26 | 0 | 0.11 | 0.38 | 153.66 | 0.17 | 0.54 |
| Hex | 75 | 9E | 8C | 1A | 0 | B | 26 | 9A | 11 | 36 |
| Octal | 165 | 236 | 214 | 32 | 0 | 13 | 46 | 232 | 21 | 66 |
| Binary | 1110101 | 10011110 | 10001100 | 11010 | 0 | 1011 | 100110 | 10011010 | 10001 | 110110 |
Color Harmonies of #759E8C
Complementary color
Monochromatic Colors of #759E8C
Black with #759E8C
Text Example
Text Example
White with #759E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759E8C; }
p { color: rgb(117,158,140); }
H1.HeaderClassName
{
color: #759E8C;
}
.AnyTagClassName
{
color: #759E8C;
}
</style>
background-color css
<style>
a { background-color: #759E8C; }
a { background-color: rgb(117,158,140); }
div.DivClassName
{
background-color: #759E8C;
}
.BgClassName
{
background-color: #759E8C;
}
</style>
border-color css
<style>
span { border-color: #759E8C; }
span { border-color: rgb(117,158,140); }
td.TdClassName
{
border-color: #759E8C;
}
.TagClassName
{
border-color: #759E8C;
}
</style>