Shades of Acapulco #75A58D
Tints of Acapulco #75A58D
RGB
CMYK
RGB Variations
Color information
#75A58D (or 0x75A58D) is known color: Acapulco. HEX triplet: 75, A5 and 8D. RGB value is (117,165,141). Sum of RGB (Red+Green+Blue) = 117+165+141=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 165 - color contains mainly: green. Hex color #75A58D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A58D is #8A5A72. Grayscale: #939393. Windows color (decimal): -9067123 or 9282933. OLE color: 9282933.
HSL color Cylindrical-coordinate representation of color #75A58D: hue angle of 150º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75A58D is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 165 | 141 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.35 |
| HSL | 150º | 0.21% | 0.55% | - |
| HSV(B) | 150º | 0.29% | 0.65% | - |
| XYZ | 25.6 | 32.62 | 30.15 | - |
| YUV | 147.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 165 | 141 | 0.29 | 0 | 0.15 | 0.35 | 150 | 0.21 | 0.55 |
| Hex | 75 | A5 | 8D | 1D | 0 | F | 23 | 96 | 15 | 37 |
| Octal | 165 | 245 | 215 | 35 | 0 | 17 | 43 | 226 | 25 | 67 |
| Binary | 1110101 | 10100101 | 10001101 | 11101 | 0 | 1111 | 100011 | 10010110 | 10101 | 110111 |
Color Harmonies of #75A58D
Complementary color
Monochromatic Colors of #75A58D
Black with #75A58D
Text Example
Text Example
White with #75A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A58D; }
p { color: rgb(117,165,141); }
H1.HeaderClassName
{
color: #75A58D;
}
.AnyTagClassName
{
color: #75A58D;
}
</style>
background-color css
<style>
a { background-color: #75A58D; }
a { background-color: rgb(117,165,141); }
div.DivClassName
{
background-color: #75A58D;
}
.BgClassName
{
background-color: #75A58D;
}
</style>
border-color css
<style>
span { border-color: #75A58D; }
span { border-color: rgb(117,165,141); }
td.TdClassName
{
border-color: #75A58D;
}
.TagClassName
{
border-color: #75A58D;
}
</style>