Shades of Acapulco #7BAA9D
Tints of Acapulco #7BAA9D
RGB
CMYK
RGB Variations
Color information
#7BAA9D (or 0x7BAA9D) is known color: Acapulco. HEX triplet: 7B, AA and 9D. RGB value is (123,170,157). Sum of RGB (Red+Green+Blue) = 123+170+157=450 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.33% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAA9D is #845562. Grayscale: #9A9A9A. Windows color (decimal): -8672611 or 10332795. OLE color: 10332795.
HSL color Cylindrical-coordinate representation of color #7BAA9D: hue angle of 163.4º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAA9D is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 157 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.33 |
| HSL | 163.4º | 0.22% | 0.57% | - |
| HSV(B) | 163.4º | 0.28% | 0.67% | - |
| XYZ | 28.63 | 35.39 | 37.22 | - |
| YUV | 154.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 157 | 0.28 | 0 | 0.08 | 0.33 | 163.4 | 0.22 | 0.57 |
| Hex | 7B | AA | 9D | 1C | 0 | 8 | 21 | A3 | 16 | 39 |
| Octal | 173 | 252 | 235 | 34 | 0 | 10 | 41 | 243 | 26 | 71 |
| Binary | 1111011 | 10101010 | 10011101 | 11100 | 0 | 1000 | 100001 | 10100011 | 10110 | 111001 |
Color Harmonies of #7BAA9D
Complementary color
Monochromatic Colors of #7BAA9D
Black with #7BAA9D
Text Example
Text Example
White with #7BAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA9D; }
p { color: rgb(123,170,157); }
H1.HeaderClassName
{
color: #7BAA9D;
}
.AnyTagClassName
{
color: #7BAA9D;
}
</style>
background-color css
<style>
a { background-color: #7BAA9D; }
a { background-color: rgb(123,170,157); }
div.DivClassName
{
background-color: #7BAA9D;
}
.BgClassName
{
background-color: #7BAA9D;
}
</style>
border-color css
<style>
span { border-color: #7BAA9D; }
span { border-color: rgb(123,170,157); }
td.TdClassName
{
border-color: #7BAA9D;
}
.TagClassName
{
border-color: #7BAA9D;
}
</style>