Shades of Acapulco #75A094
Tints of Acapulco #75A094
RGB
CMYK
RGB Variations
Color information
#75A094 (or 0x75A094) is known color: Acapulco. HEX triplet: 75, A0 and 94. RGB value is (117,160,148). Sum of RGB (Red+Green+Blue) = 117+160+148=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 160 - color contains mainly: green. Hex color #75A094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A094 is #8A5F6B. Grayscale: #919191. Windows color (decimal): -9068396 or 9740405. OLE color: 9740405.
HSL color Cylindrical-coordinate representation of color #75A094: hue angle of 163.26º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75A094 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 160 | 148 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.37 |
| HSL | 163.26º | 0.18% | 0.54% | - |
| HSV(B) | 163.26º | 0.27% | 0.63% | - |
| XYZ | 25.25 | 31.06 | 32.68 | - |
| YUV | 145.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 148 | 0.27 | 0 | 0.07 | 0.37 | 163.26 | 0.18 | 0.54 |
| Hex | 75 | A0 | 94 | 1B | 0 | 7 | 25 | A3 | 12 | 36 |
| Octal | 165 | 240 | 224 | 33 | 0 | 7 | 45 | 243 | 22 | 66 |
| Binary | 1110101 | 10100000 | 10010100 | 11011 | 0 | 111 | 100101 | 10100011 | 10010 | 110110 |
Color Harmonies of #75A094
Complementary color
Monochromatic Colors of #75A094
Black with #75A094
Text Example
Text Example
White with #75A094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A094; }
p { color: rgb(117,160,148); }
H1.HeaderClassName
{
color: #75A094;
}
.AnyTagClassName
{
color: #75A094;
}
</style>
background-color css
<style>
a { background-color: #75A094; }
a { background-color: rgb(117,160,148); }
div.DivClassName
{
background-color: #75A094;
}
.BgClassName
{
background-color: #75A094;
}
</style>
border-color css
<style>
span { border-color: #75A094; }
span { border-color: rgb(117,160,148); }
td.TdClassName
{
border-color: #75A094;
}
.TagClassName
{
border-color: #75A094;
}
</style>