Shades of Acapulco #7BA093
Tints of Acapulco #7BA093
RGB
CMYK
RGB Variations
Color information
#7BA093 (or 0x7BA093) is known color: Acapulco. HEX triplet: 7B, A0 and 93. RGB value is (123,160,147). Sum of RGB (Red+Green+Blue) = 123+160+147=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA093 is #845F6C. Grayscale: #939393. Windows color (decimal): -8675181 or 9674875. OLE color: 9674875.
HSL color Cylindrical-coordinate representation of color #7BA093: hue angle of 158.92º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7BA093 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 147 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.37 |
| HSL | 158.92º | 0.16% | 0.55% | - |
| HSV(B) | 158.92º | 0.23% | 0.63% | - |
| XYZ | 26.01 | 31.46 | 32.31 | - |
| YUV | 147.46 | 127.74 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 147 | 0.23 | 0 | 0.08 | 0.37 | 158.92 | 0.16 | 0.55 |
| Hex | 7B | A0 | 93 | 17 | 0 | 8 | 25 | 9F | 10 | 37 |
| Octal | 173 | 240 | 223 | 27 | 0 | 10 | 45 | 237 | 20 | 67 |
| Binary | 1111011 | 10100000 | 10010011 | 10111 | 0 | 1000 | 100101 | 10011111 | 10000 | 110111 |
Color Harmonies of #7BA093
Complementary color
Monochromatic Colors of #7BA093
Black with #7BA093
Text Example
Text Example
White with #7BA093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA093; }
p { color: rgb(123,160,147); }
H1.HeaderClassName
{
color: #7BA093;
}
.AnyTagClassName
{
color: #7BA093;
}
</style>
background-color css
<style>
a { background-color: #7BA093; }
a { background-color: rgb(123,160,147); }
div.DivClassName
{
background-color: #7BA093;
}
.BgClassName
{
background-color: #7BA093;
}
</style>
border-color css
<style>
span { border-color: #7BA093; }
span { border-color: rgb(123,160,147); }
td.TdClassName
{
border-color: #7BA093;
}
.TagClassName
{
border-color: #7BA093;
}
</style>