Shades of Acapulco #7BAB99
Tints of Acapulco #7BAB99
RGB
CMYK
RGB Variations
Color information
#7BAB99 (or 0x7BAB99) is known color: Acapulco. HEX triplet: 7B, AB and 99. RGB value is (123,171,153). Sum of RGB (Red+Green+Blue) = 123+171+153=447 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.52% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAB99 is #845466. Grayscale: #9A9A9A. Windows color (decimal): -8672359 or 10070907. OLE color: 10070907.
HSL color Cylindrical-coordinate representation of color #7BAB99: hue angle of 157.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAB99 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 153 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.33 |
| HSL | 157.5º | 0.22% | 0.58% | - |
| HSV(B) | 157.5º | 0.28% | 0.67% | - |
| XYZ | 28.48 | 35.64 | 35.51 | - |
| YUV | 154.6 | 127.1 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 153 | 0.28 | 0 | 0.11 | 0.33 | 157.5 | 0.22 | 0.58 |
| Hex | 7B | AB | 99 | 1C | 0 | B | 21 | 9E | 16 | 3A |
| Octal | 173 | 253 | 231 | 34 | 0 | 13 | 41 | 236 | 26 | 72 |
| Binary | 1111011 | 10101011 | 10011001 | 11100 | 0 | 1011 | 100001 | 10011110 | 10110 | 111010 |
Color Harmonies of #7BAB99
Complementary color
Monochromatic Colors of #7BAB99
Black with #7BAB99
Text Example
Text Example
White with #7BAB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB99; }
p { color: rgb(123,171,153); }
H1.HeaderClassName
{
color: #7BAB99;
}
.AnyTagClassName
{
color: #7BAB99;
}
</style>
background-color css
<style>
a { background-color: #7BAB99; }
a { background-color: rgb(123,171,153); }
div.DivClassName
{
background-color: #7BAB99;
}
.BgClassName
{
background-color: #7BAB99;
}
</style>
border-color css
<style>
span { border-color: #7BAB99; }
span { border-color: rgb(123,171,153); }
td.TdClassName
{
border-color: #7BAB99;
}
.TagClassName
{
border-color: #7BAB99;
}
</style>