Shades of Acapulco #7BA596
Tints of Acapulco #7BA596
RGB
CMYK
RGB Variations
Color information
#7BA596 (or 0x7BA596) is known color: Acapulco. HEX triplet: 7B, A5 and 96. RGB value is (123,165,150). Sum of RGB (Red+Green+Blue) = 123+165+150=438 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.08% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA596 is #845A69. Grayscale: #969696. Windows color (decimal): -8673898 or 9872763. OLE color: 9872763.
HSL color Cylindrical-coordinate representation of color #7BA596: hue angle of 158.57º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA596 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 165 | 150 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.35 |
| HSL | 158.57º | 0.19% | 0.56% | - |
| HSV(B) | 158.57º | 0.25% | 0.65% | - |
| XYZ | 27.13 | 33.32 | 33.86 | - |
| YUV | 150.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 165 | 150 | 0.25 | 0 | 0.09 | 0.35 | 158.57 | 0.19 | 0.56 |
| Hex | 7B | A5 | 96 | 19 | 0 | 9 | 23 | 9F | 13 | 38 |
| Octal | 173 | 245 | 226 | 31 | 0 | 11 | 43 | 237 | 23 | 70 |
| Binary | 1111011 | 10100101 | 10010110 | 11001 | 0 | 1001 | 100011 | 10011111 | 10011 | 111000 |
Color Harmonies of #7BA596
Complementary color
Monochromatic Colors of #7BA596
Black with #7BA596
Text Example
Text Example
White with #7BA596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA596; }
p { color: rgb(123,165,150); }
H1.HeaderClassName
{
color: #7BA596;
}
.AnyTagClassName
{
color: #7BA596;
}
</style>
background-color css
<style>
a { background-color: #7BA596; }
a { background-color: rgb(123,165,150); }
div.DivClassName
{
background-color: #7BA596;
}
.BgClassName
{
background-color: #7BA596;
}
</style>
border-color css
<style>
span { border-color: #7BA596; }
span { border-color: rgb(123,165,150); }
td.TdClassName
{
border-color: #7BA596;
}
.TagClassName
{
border-color: #7BA596;
}
</style>