Shades of Acapulco #75A791
Tints of Acapulco #75A791
RGB
CMYK
RGB Variations
Color information
#75A791 (or 0x75A791) is known color: Acapulco. HEX triplet: 75, A7 and 91. RGB value is (117,167,145). Sum of RGB (Red+Green+Blue) = 117+167+145=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 167 - color contains mainly: green. Hex color #75A791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A791 is #8A586E. Grayscale: #959595. Windows color (decimal): -9066607 or 9545589. OLE color: 9545589.
HSL color Cylindrical-coordinate representation of color #75A791: hue angle of 153.6º 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 #75A791 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 167 | 145 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.35 |
| HSL | 153.6º | 0.22% | 0.56% | - |
| HSV(B) | 153.6º | 0.3% | 0.65% | - |
| XYZ | 26.27 | 33.46 | 31.86 | - |
| YUV | 149.54 | 125.44 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 167 | 145 | 0.30 | 0 | 0.13 | 0.35 | 153.6 | 0.22 | 0.56 |
| Hex | 75 | A7 | 91 | 1E | 0 | D | 23 | 9A | 16 | 38 |
| Octal | 165 | 247 | 221 | 36 | 0 | 15 | 43 | 232 | 26 | 70 |
| Binary | 1110101 | 10100111 | 10010001 | 11110 | 0 | 1101 | 100011 | 10011010 | 10110 | 111000 |
Color Harmonies of #75A791
Complementary color
Monochromatic Colors of #75A791
Black with #75A791
Text Example
Text Example
White with #75A791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A791; }
p { color: rgb(117,167,145); }
H1.HeaderClassName
{
color: #75A791;
}
.AnyTagClassName
{
color: #75A791;
}
</style>
background-color css
<style>
a { background-color: #75A791; }
a { background-color: rgb(117,167,145); }
div.DivClassName
{
background-color: #75A791;
}
.BgClassName
{
background-color: #75A791;
}
</style>
border-color css
<style>
span { border-color: #75A791; }
span { border-color: rgb(117,167,145); }
td.TdClassName
{
border-color: #75A791;
}
.TagClassName
{
border-color: #75A791;
}
</style>