Shades of Acapulco #7CA291
Tints of Acapulco #7CA291
RGB
CMYK
RGB Variations
Color information
#7CA291 (or 0x7CA291) is known color: Acapulco. HEX triplet: 7C, A2 and 91. RGB value is (124,162,145). Sum of RGB (Red+Green+Blue) = 124+162+145=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA291 is #835D6E. Grayscale: #949494. Windows color (decimal): -8609135 or 9544316. OLE color: 9544316.
HSL color Cylindrical-coordinate representation of color #7CA291: hue angle of 153.16º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA291 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 162 | 145 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.36 |
| HSL | 153.16º | 0.17% | 0.56% | - |
| HSV(B) | 153.16º | 0.23% | 0.64% | - |
| XYZ | 26.34 | 32.17 | 31.61 | - |
| YUV | 148.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 162 | 145 | 0.23 | 0 | 0.10 | 0.36 | 153.16 | 0.17 | 0.56 |
| Hex | 7C | A2 | 91 | 17 | 0 | A | 24 | 99 | 11 | 38 |
| Octal | 174 | 242 | 221 | 27 | 0 | 12 | 44 | 231 | 21 | 70 |
| Binary | 1111100 | 10100010 | 10010001 | 10111 | 0 | 1010 | 100100 | 10011001 | 10001 | 111000 |
Color Harmonies of #7CA291
Complementary color
Monochromatic Colors of #7CA291
Black with #7CA291
Text Example
Text Example
White with #7CA291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA291; }
p { color: rgb(124,162,145); }
H1.HeaderClassName
{
color: #7CA291;
}
.AnyTagClassName
{
color: #7CA291;
}
</style>
background-color css
<style>
a { background-color: #7CA291; }
a { background-color: rgb(124,162,145); }
div.DivClassName
{
background-color: #7CA291;
}
.BgClassName
{
background-color: #7CA291;
}
</style>
border-color css
<style>
span { border-color: #7CA291; }
span { border-color: rgb(124,162,145); }
td.TdClassName
{
border-color: #7CA291;
}
.TagClassName
{
border-color: #7CA291;
}
</style>