Shades of Acapulco #75A795
Tints of Acapulco #75A795
RGB
CMYK
RGB Variations
Color information
#75A795 (or 0x75A795) is known color: Acapulco. HEX triplet: 75, A7 and 95. RGB value is (117,167,149). Sum of RGB (Red+Green+Blue) = 117+167+149=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 167 - color contains mainly: green. Hex color #75A795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A795 is #8A586A. Grayscale: #969696. Windows color (decimal): -9066603 or 9807733. OLE color: 9807733.
HSL color Cylindrical-coordinate representation of color #75A795: hue angle of 158.4º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A795 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 167 | 149 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.35 |
| HSL | 158.4º | 0.22% | 0.56% | - |
| HSV(B) | 158.4º | 0.3% | 0.65% | - |
| XYZ | 26.58 | 33.59 | 33.52 | - |
| YUV | 150 | 127.44 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 167 | 149 | 0.30 | 0 | 0.11 | 0.35 | 158.4 | 0.22 | 0.56 |
| Hex | 75 | A7 | 95 | 1E | 0 | B | 23 | 9E | 16 | 38 |
| Octal | 165 | 247 | 225 | 36 | 0 | 13 | 43 | 236 | 26 | 70 |
| Binary | 1110101 | 10100111 | 10010101 | 11110 | 0 | 1011 | 100011 | 10011110 | 10110 | 111000 |
Color Harmonies of #75A795
Complementary color
Monochromatic Colors of #75A795
Black with #75A795
Text Example
Text Example
White with #75A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A795; }
p { color: rgb(117,167,149); }
H1.HeaderClassName
{
color: #75A795;
}
.AnyTagClassName
{
color: #75A795;
}
</style>
background-color css
<style>
a { background-color: #75A795; }
a { background-color: rgb(117,167,149); }
div.DivClassName
{
background-color: #75A795;
}
.BgClassName
{
background-color: #75A795;
}
</style>
border-color css
<style>
span { border-color: #75A795; }
span { border-color: rgb(117,167,149); }
td.TdClassName
{
border-color: #75A795;
}
.TagClassName
{
border-color: #75A795;
}
</style>