Shades of Acapulco #7BAC9D
Tints of Acapulco #7BAC9D
RGB
CMYK
RGB Variations
Color information
#7BAC9D (or 0x7BAC9D) is known color: Acapulco. HEX triplet: 7B, AC and 9D. RGB value is (123,172,157). Sum of RGB (Red+Green+Blue) = 123+172+157=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAC9D is #845362. Grayscale: #9B9B9B. Windows color (decimal): -8672099 or 10333307. OLE color: 10333307.
HSL color Cylindrical-coordinate representation of color #7BAC9D: hue angle of 161.63º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAC9D is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 157 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.33 |
| HSL | 161.63º | 0.23% | 0.58% | - |
| HSV(B) | 161.63º | 0.28% | 0.67% | - |
| XYZ | 29.01 | 36.15 | 37.35 | - |
| YUV | 155.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 157 | 0.28 | 0 | 0.09 | 0.33 | 161.63 | 0.23 | 0.58 |
| Hex | 7B | AC | 9D | 1C | 0 | 9 | 21 | A2 | 17 | 3A |
| Octal | 173 | 254 | 235 | 34 | 0 | 11 | 41 | 242 | 27 | 72 |
| Binary | 1111011 | 10101100 | 10011101 | 11100 | 0 | 1001 | 100001 | 10100010 | 10111 | 111010 |
Color Harmonies of #7BAC9D
Complementary color
Monochromatic Colors of #7BAC9D
Black with #7BAC9D
Text Example
Text Example
White with #7BAC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC9D; }
p { color: rgb(123,172,157); }
H1.HeaderClassName
{
color: #7BAC9D;
}
.AnyTagClassName
{
color: #7BAC9D;
}
</style>
background-color css
<style>
a { background-color: #7BAC9D; }
a { background-color: rgb(123,172,157); }
div.DivClassName
{
background-color: #7BAC9D;
}
.BgClassName
{
background-color: #7BAC9D;
}
</style>
border-color css
<style>
span { border-color: #7BAC9D; }
span { border-color: rgb(123,172,157); }
td.TdClassName
{
border-color: #7BAC9D;
}
.TagClassName
{
border-color: #7BAC9D;
}
</style>