Shades of Acapulco #7BAB9C
Tints of Acapulco #7BAB9C
RGB
CMYK
RGB Variations
Color information
#7BAB9C (or 0x7BAB9C) is known color: Acapulco. HEX triplet: 7B, AB and 9C. RGB value is (123,171,156). Sum of RGB (Red+Green+Blue) = 123+171+156=450 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.33% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAB9C is #845463. Grayscale: #9A9A9A. Windows color (decimal): -8672356 or 10267515. OLE color: 10267515.
HSL color Cylindrical-coordinate representation of color #7BAB9C: hue angle of 161.25º 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 #7BAB9C is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 156 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.33 |
| HSL | 161.25º | 0.22% | 0.58% | - |
| HSV(B) | 161.25º | 0.28% | 0.67% | - |
| XYZ | 28.73 | 35.74 | 36.84 | - |
| YUV | 154.94 | 128.6 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 156 | 0.28 | 0 | 0.09 | 0.33 | 161.25 | 0.22 | 0.58 |
| Hex | 7B | AB | 9C | 1C | 0 | 9 | 21 | A1 | 16 | 3A |
| Octal | 173 | 253 | 234 | 34 | 0 | 11 | 41 | 241 | 26 | 72 |
| Binary | 1111011 | 10101011 | 10011100 | 11100 | 0 | 1001 | 100001 | 10100001 | 10110 | 111010 |
Color Harmonies of #7BAB9C
Complementary color
Monochromatic Colors of #7BAB9C
Black with #7BAB9C
Text Example
Text Example
White with #7BAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB9C; }
p { color: rgb(123,171,156); }
H1.HeaderClassName
{
color: #7BAB9C;
}
.AnyTagClassName
{
color: #7BAB9C;
}
</style>
background-color css
<style>
a { background-color: #7BAB9C; }
a { background-color: rgb(123,171,156); }
div.DivClassName
{
background-color: #7BAB9C;
}
.BgClassName
{
background-color: #7BAB9C;
}
</style>
border-color css
<style>
span { border-color: #7BAB9C; }
span { border-color: rgb(123,171,156); }
td.TdClassName
{
border-color: #7BAB9C;
}
.TagClassName
{
border-color: #7BAB9C;
}
</style>