Shades of Acapulco #759F8F
Tints of Acapulco #759F8F
RGB
CMYK
RGB Variations
Color information
#759F8F (or 0x759F8F) is known color: Acapulco. HEX triplet: 75, 9F and 8F. RGB value is (117,159,143). Sum of RGB (Red+Green+Blue) = 117+159+143=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 159 - color contains mainly: green. Hex color #759F8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759F8F is #8A6070. Grayscale: #909090. Windows color (decimal): -9068657 or 9412469. OLE color: 9412469.
HSL color Cylindrical-coordinate representation of color #759F8F: hue angle of 157.14º 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 #759F8F is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 159 | 143 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.38 |
| HSL | 157.14º | 0.18% | 0.54% | - |
| HSV(B) | 157.14º | 0.26% | 0.62% | - |
| XYZ | 24.69 | 30.56 | 30.58 | - |
| YUV | 144.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 143 | 0.26 | 0 | 0.10 | 0.38 | 157.14 | 0.18 | 0.54 |
| Hex | 75 | 9F | 8F | 1A | 0 | A | 26 | 9D | 12 | 36 |
| Octal | 165 | 237 | 217 | 32 | 0 | 12 | 46 | 235 | 22 | 66 |
| Binary | 1110101 | 10011111 | 10001111 | 11010 | 0 | 1010 | 100110 | 10011101 | 10010 | 110110 |
Color Harmonies of #759F8F
Complementary color
Monochromatic Colors of #759F8F
Black with #759F8F
Text Example
Text Example
White with #759F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759F8F; }
p { color: rgb(117,159,143); }
H1.HeaderClassName
{
color: #759F8F;
}
.AnyTagClassName
{
color: #759F8F;
}
</style>
background-color css
<style>
a { background-color: #759F8F; }
a { background-color: rgb(117,159,143); }
div.DivClassName
{
background-color: #759F8F;
}
.BgClassName
{
background-color: #759F8F;
}
</style>
border-color css
<style>
span { border-color: #759F8F; }
span { border-color: rgb(117,159,143); }
td.TdClassName
{
border-color: #759F8F;
}
.TagClassName
{
border-color: #759F8F;
}
</style>