Shades of Acapulco #7BAB9D
Tints of Acapulco #7BAB9D
RGB
CMYK
RGB Variations
Color information
#7BAB9D (or 0x7BAB9D) is known color: Acapulco. HEX triplet: 7B, AB and 9D. RGB value is (123,171,157). Sum of RGB (Red+Green+Blue) = 123+171+157=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAB9D is #845462. Grayscale: #9B9B9B. Windows color (decimal): -8672355 or 10333051. OLE color: 10333051.
HSL color Cylindrical-coordinate representation of color #7BAB9D: hue angle of 162.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 #7BAB9D is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 157 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.33 |
| HSL | 162.5º | 0.22% | 0.58% | - |
| HSV(B) | 162.5º | 0.28% | 0.67% | - |
| XYZ | 28.82 | 35.77 | 37.28 | - |
| YUV | 155.05 | 129.1 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 157 | 0.28 | 0 | 0.08 | 0.33 | 162.5 | 0.22 | 0.58 |
| Hex | 7B | AB | 9D | 1C | 0 | 8 | 21 | A2 | 16 | 3A |
| Octal | 173 | 253 | 235 | 34 | 0 | 10 | 41 | 242 | 26 | 72 |
| Binary | 1111011 | 10101011 | 10011101 | 11100 | 0 | 1000 | 100001 | 10100010 | 10110 | 111010 |
Color Harmonies of #7BAB9D
Complementary color
Monochromatic Colors of #7BAB9D
Black with #7BAB9D
Text Example
Text Example
White with #7BAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB9D; }
p { color: rgb(123,171,157); }
H1.HeaderClassName
{
color: #7BAB9D;
}
.AnyTagClassName
{
color: #7BAB9D;
}
</style>
background-color css
<style>
a { background-color: #7BAB9D; }
a { background-color: rgb(123,171,157); }
div.DivClassName
{
background-color: #7BAB9D;
}
.BgClassName
{
background-color: #7BAB9D;
}
</style>
border-color css
<style>
span { border-color: #7BAB9D; }
span { border-color: rgb(123,171,157); }
td.TdClassName
{
border-color: #7BAB9D;
}
.TagClassName
{
border-color: #7BAB9D;
}
</style>