Shades of Acapulco #7CA197
Tints of Acapulco #7CA197
RGB
CMYK
RGB Variations
Color information
#7CA197 (or 0x7CA197) is known color: Acapulco. HEX triplet: 7C, A1 and 97. RGB value is (124,161,151). Sum of RGB (Red+Green+Blue) = 124+161+151=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA197 is #835E68. Grayscale: #949494. Windows color (decimal): -8609385 or 9937276. OLE color: 9937276.
HSL color Cylindrical-coordinate representation of color #7CA197: hue angle of 163.78º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA197 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 161 | 151 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.37 |
| HSL | 163.78º | 0.16% | 0.56% | - |
| HSV(B) | 163.78º | 0.23% | 0.63% | - |
| XYZ | 26.64 | 32.01 | 34.05 | - |
| YUV | 148.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 161 | 151 | 0.23 | 0 | 0.06 | 0.37 | 163.78 | 0.16 | 0.56 |
| Hex | 7C | A1 | 97 | 17 | 0 | 6 | 25 | A4 | 10 | 38 |
| Octal | 174 | 241 | 227 | 27 | 0 | 6 | 45 | 244 | 20 | 70 |
| Binary | 1111100 | 10100001 | 10010111 | 10111 | 0 | 110 | 100101 | 10100100 | 10000 | 111000 |
Color Harmonies of #7CA197
Complementary color
Monochromatic Colors of #7CA197
Black with #7CA197
Text Example
Text Example
White with #7CA197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA197; }
p { color: rgb(124,161,151); }
H1.HeaderClassName
{
color: #7CA197;
}
.AnyTagClassName
{
color: #7CA197;
}
</style>
background-color css
<style>
a { background-color: #7CA197; }
a { background-color: rgb(124,161,151); }
div.DivClassName
{
background-color: #7CA197;
}
.BgClassName
{
background-color: #7CA197;
}
</style>
border-color css
<style>
span { border-color: #7CA197; }
span { border-color: rgb(124,161,151); }
td.TdClassName
{
border-color: #7CA197;
}
.TagClassName
{
border-color: #7CA197;
}
</style>