Shades of Acapulco #75A696
Tints of Acapulco #75A696
RGB
CMYK
RGB Variations
Color information
#75A696 (or 0x75A696) is known color: Acapulco. HEX triplet: 75, A6 and 96. RGB value is (117,166,150). Sum of RGB (Red+Green+Blue) = 117+166+150=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #75A696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A696 is #8A5969. Grayscale: #959595. Windows color (decimal): -9066858 or 9873013. OLE color: 9873013.
HSL color Cylindrical-coordinate representation of color #75A696: hue angle of 160.41º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A696 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 166 | 150 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.35 |
| HSL | 160.41º | 0.22% | 0.55% | - |
| HSV(B) | 160.41º | 0.3% | 0.65% | - |
| XYZ | 26.48 | 33.26 | 33.88 | - |
| YUV | 149.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 166 | 150 | 0.30 | 0 | 0.10 | 0.35 | 160.41 | 0.22 | 0.55 |
| Hex | 75 | A6 | 96 | 1E | 0 | A | 23 | A0 | 16 | 37 |
| Octal | 165 | 246 | 226 | 36 | 0 | 12 | 43 | 240 | 26 | 67 |
| Binary | 1110101 | 10100110 | 10010110 | 11110 | 0 | 1010 | 100011 | 10100000 | 10110 | 110111 |
Color Harmonies of #75A696
Complementary color
Monochromatic Colors of #75A696
Black with #75A696
Text Example
Text Example
White with #75A696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A696; }
p { color: rgb(117,166,150); }
H1.HeaderClassName
{
color: #75A696;
}
.AnyTagClassName
{
color: #75A696;
}
</style>
background-color css
<style>
a { background-color: #75A696; }
a { background-color: rgb(117,166,150); }
div.DivClassName
{
background-color: #75A696;
}
.BgClassName
{
background-color: #75A696;
}
</style>
border-color css
<style>
span { border-color: #75A696; }
span { border-color: rgb(117,166,150); }
td.TdClassName
{
border-color: #75A696;
}
.TagClassName
{
border-color: #75A696;
}
</style>