Shades of Acapulco #7BA896
Tints of Acapulco #7BA896
RGB
CMYK
RGB Variations
Color information
#7BA896 (or 0x7BA896) is known color: Acapulco. HEX triplet: 7B, A8 and 96. RGB value is (123,168,150). Sum of RGB (Red+Green+Blue) = 123+168+150=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 168 - color contains mainly: green. Hex color #7BA896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA896 is #845769. Grayscale: #989898. Windows color (decimal): -8673130 or 9873531. OLE color: 9873531.
HSL color Cylindrical-coordinate representation of color #7BA896: hue angle of 156º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7BA896 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 168 | 150 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.34 |
| HSL | 156º | 0.21% | 0.57% | - |
| HSV(B) | 156º | 0.27% | 0.66% | - |
| XYZ | 27.68 | 34.42 | 34.04 | - |
| YUV | 152.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 168 | 150 | 0.27 | 0 | 0.11 | 0.34 | 156 | 0.21 | 0.57 |
| Hex | 7B | A8 | 96 | 1B | 0 | B | 22 | 9C | 15 | 39 |
| Octal | 173 | 250 | 226 | 33 | 0 | 13 | 42 | 234 | 25 | 71 |
| Binary | 1111011 | 10101000 | 10010110 | 11011 | 0 | 1011 | 100010 | 10011100 | 10101 | 111001 |
Color Harmonies of #7BA896
Complementary color
Monochromatic Colors of #7BA896
Black with #7BA896
Text Example
Text Example
White with #7BA896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA896; }
p { color: rgb(123,168,150); }
H1.HeaderClassName
{
color: #7BA896;
}
.AnyTagClassName
{
color: #7BA896;
}
</style>
background-color css
<style>
a { background-color: #7BA896; }
a { background-color: rgb(123,168,150); }
div.DivClassName
{
background-color: #7BA896;
}
.BgClassName
{
background-color: #7BA896;
}
</style>
border-color css
<style>
span { border-color: #7BA896; }
span { border-color: rgb(123,168,150); }
td.TdClassName
{
border-color: #7BA896;
}
.TagClassName
{
border-color: #7BA896;
}
</style>