Shades of Acapulco #75A48A
Tints of Acapulco #75A48A
RGB
CMYK
RGB Variations
Color information
#75A48A (or 0x75A48A) is known color: Acapulco. HEX triplet: 75, A4 and 8A. RGB value is (117,164,138). Sum of RGB (Red+Green+Blue) = 117+164+138=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #75A48A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A48A is #8A5B75. Grayscale: #939393. Windows color (decimal): -9067382 or 9086069. OLE color: 9086069.
HSL color Cylindrical-coordinate representation of color #75A48A: hue angle of 146.81º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75A48A is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 164 | 138 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.36 |
| HSL | 146.81º | 0.21% | 0.55% | - |
| HSV(B) | 146.81º | 0.29% | 0.64% | - |
| XYZ | 25.2 | 32.17 | 28.93 | - |
| YUV | 146.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 164 | 138 | 0.29 | 0 | 0.16 | 0.36 | 146.81 | 0.21 | 0.55 |
| Hex | 75 | A4 | 8A | 1D | 0 | 10 | 24 | 93 | 15 | 37 |
| Octal | 165 | 244 | 212 | 35 | 0 | 20 | 44 | 223 | 25 | 67 |
| Binary | 1110101 | 10100100 | 10001010 | 11101 | 0 | 10000 | 100100 | 10010011 | 10101 | 110111 |
Color Harmonies of #75A48A
Complementary color
Monochromatic Colors of #75A48A
Black with #75A48A
Text Example
Text Example
White with #75A48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A48A; }
p { color: rgb(117,164,138); }
H1.HeaderClassName
{
color: #75A48A;
}
.AnyTagClassName
{
color: #75A48A;
}
</style>
background-color css
<style>
a { background-color: #75A48A; }
a { background-color: rgb(117,164,138); }
div.DivClassName
{
background-color: #75A48A;
}
.BgClassName
{
background-color: #75A48A;
}
</style>
border-color css
<style>
span { border-color: #75A48A; }
span { border-color: rgb(117,164,138); }
td.TdClassName
{
border-color: #75A48A;
}
.TagClassName
{
border-color: #75A48A;
}
</style>