Shades of Acapulco #7CA392
Tints of Acapulco #7CA392
RGB
CMYK
RGB Variations
Color information
#7CA392 (or 0x7CA392) is known color: Acapulco. HEX triplet: 7C, A3 and 92. RGB value is (124,163,146). Sum of RGB (Red+Green+Blue) = 124+163+146=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA392 is #835C6D. Grayscale: #959595. Windows color (decimal): -8608878 or 9610108. OLE color: 9610108.
HSL color Cylindrical-coordinate representation of color #7CA392: hue angle of 153.85º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7CA392 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 163 | 146 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.36 |
| HSL | 153.85º | 0.17% | 0.56% | - |
| HSV(B) | 153.85º | 0.24% | 0.64% | - |
| XYZ | 26.6 | 32.55 | 32.08 | - |
| YUV | 149.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 163 | 146 | 0.24 | 0 | 0.10 | 0.36 | 153.85 | 0.17 | 0.56 |
| Hex | 7C | A3 | 92 | 18 | 0 | A | 24 | 9A | 11 | 38 |
| Octal | 174 | 243 | 222 | 30 | 0 | 12 | 44 | 232 | 21 | 70 |
| Binary | 1111100 | 10100011 | 10010010 | 11000 | 0 | 1010 | 100100 | 10011010 | 10001 | 111000 |
Color Harmonies of #7CA392
Complementary color
Monochromatic Colors of #7CA392
Black with #7CA392
Text Example
Text Example
White with #7CA392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA392; }
p { color: rgb(124,163,146); }
H1.HeaderClassName
{
color: #7CA392;
}
.AnyTagClassName
{
color: #7CA392;
}
</style>
background-color css
<style>
a { background-color: #7CA392; }
a { background-color: rgb(124,163,146); }
div.DivClassName
{
background-color: #7CA392;
}
.BgClassName
{
background-color: #7CA392;
}
</style>
border-color css
<style>
span { border-color: #7CA392; }
span { border-color: rgb(124,163,146); }
td.TdClassName
{
border-color: #7CA392;
}
.TagClassName
{
border-color: #7CA392;
}
</style>