Shades of Acapulco #7CAB9D
Tints of Acapulco #7CAB9D
RGB
CMYK
RGB Variations
Color information
#7CAB9D (or 0x7CAB9D) is known color: Acapulco. HEX triplet: 7C, AB and 9D. RGB value is (124,171,157). Sum of RGB (Red+Green+Blue) = 124+171+157=452 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.43% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAB9D is #835462. Grayscale: #9B9B9B. Windows color (decimal): -8606819 or 10333052. OLE color: 10333052.
HSL color Cylindrical-coordinate representation of color #7CAB9D: hue angle of 162.13º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7CAB9D is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 171 | 157 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.33 |
| HSL | 162.13º | 0.22% | 0.58% | - |
| HSV(B) | 162.13º | 0.27% | 0.67% | - |
| XYZ | 28.96 | 35.85 | 37.29 | - |
| YUV | 155.35 | 128.93 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 157 | 0.27 | 0 | 0.08 | 0.33 | 162.13 | 0.22 | 0.58 |
| Hex | 7C | AB | 9D | 1B | 0 | 8 | 21 | A2 | 16 | 3A |
| Octal | 174 | 253 | 235 | 33 | 0 | 10 | 41 | 242 | 26 | 72 |
| Binary | 1111100 | 10101011 | 10011101 | 11011 | 0 | 1000 | 100001 | 10100010 | 10110 | 111010 |
Color Harmonies of #7CAB9D
Complementary color
Monochromatic Colors of #7CAB9D
Black with #7CAB9D
Text Example
Text Example
White with #7CAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAB9D; }
p { color: rgb(124,171,157); }
H1.HeaderClassName
{
color: #7CAB9D;
}
.AnyTagClassName
{
color: #7CAB9D;
}
</style>
background-color css
<style>
a { background-color: #7CAB9D; }
a { background-color: rgb(124,171,157); }
div.DivClassName
{
background-color: #7CAB9D;
}
.BgClassName
{
background-color: #7CAB9D;
}
</style>
border-color css
<style>
span { border-color: #7CAB9D; }
span { border-color: rgb(124,171,157); }
td.TdClassName
{
border-color: #7CAB9D;
}
.TagClassName
{
border-color: #7CAB9D;
}
</style>