Shades of Acapulco #7BA295
Tints of Acapulco #7BA295
RGB
CMYK
RGB Variations
Color information
#7BA295 (or 0x7BA295) is known color: Acapulco. HEX triplet: 7B, A2 and 95. RGB value is (123,162,149). Sum of RGB (Red+Green+Blue) = 123+162+149=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA295 is #845D6A. Grayscale: #949494. Windows color (decimal): -8674667 or 9806459. OLE color: 9806459.
HSL color Cylindrical-coordinate representation of color #7BA295: hue angle of 160º 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 #7BA295 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 162 | 149 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.36 |
| HSL | 160º | 0.17% | 0.56% | - |
| HSV(B) | 160º | 0.24% | 0.64% | - |
| XYZ | 26.51 | 32.22 | 33.26 | - |
| YUV | 148.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 149 | 0.24 | 0 | 0.08 | 0.36 | 160 | 0.17 | 0.56 |
| Hex | 7B | A2 | 95 | 18 | 0 | 8 | 24 | A0 | 11 | 38 |
| Octal | 173 | 242 | 225 | 30 | 0 | 10 | 44 | 240 | 21 | 70 |
| Binary | 1111011 | 10100010 | 10010101 | 11000 | 0 | 1000 | 100100 | 10100000 | 10001 | 111000 |
Color Harmonies of #7BA295
Complementary color
Monochromatic Colors of #7BA295
Black with #7BA295
Text Example
Text Example
White with #7BA295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA295; }
p { color: rgb(123,162,149); }
H1.HeaderClassName
{
color: #7BA295;
}
.AnyTagClassName
{
color: #7BA295;
}
</style>
background-color css
<style>
a { background-color: #7BA295; }
a { background-color: rgb(123,162,149); }
div.DivClassName
{
background-color: #7BA295;
}
.BgClassName
{
background-color: #7BA295;
}
</style>
border-color css
<style>
span { border-color: #7BA295; }
span { border-color: rgb(123,162,149); }
td.TdClassName
{
border-color: #7BA295;
}
.TagClassName
{
border-color: #7BA295;
}
</style>