Shades of Acapulco #799C88
Tints of Acapulco #799C88
RGB
CMYK
RGB Variations
Color information
#799C88 (or 0x799C88) is known color: Acapulco. HEX triplet: 79, 9C and 88. RGB value is (121,156,136). Sum of RGB (Red+Green+Blue) = 121+156+136=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 156 - color contains mainly: green. Hex color #799C88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799C88 is #866377. Grayscale: #8F8F8F. Windows color (decimal): -8807288 or 8952953. OLE color: 8952953.
HSL color Cylindrical-coordinate representation of color #799C88: hue angle of 145.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #799C88 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 156 | 136 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.39 |
| HSL | 145.71º | 0.15% | 0.54% | - |
| HSV(B) | 145.71º | 0.22% | 0.61% | - |
| XYZ | 24.22 | 29.62 | 27.73 | - |
| YUV | 143.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 136 | 0.22 | 0 | 0.13 | 0.39 | 145.71 | 0.15 | 0.54 |
| Hex | 79 | 9C | 88 | 16 | 0 | D | 27 | 92 | F | 36 |
| Octal | 171 | 234 | 210 | 26 | 0 | 15 | 47 | 222 | 17 | 66 |
| Binary | 1111001 | 10011100 | 10001000 | 10110 | 0 | 1101 | 100111 | 10010010 | 1111 | 110110 |
Color Harmonies of #799C88
Complementary color
Monochromatic Colors of #799C88
Black with #799C88
Text Example
Text Example
White with #799C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799C88; }
p { color: rgb(121,156,136); }
H1.HeaderClassName
{
color: #799C88;
}
.AnyTagClassName
{
color: #799C88;
}
</style>
background-color css
<style>
a { background-color: #799C88; }
a { background-color: rgb(121,156,136); }
div.DivClassName
{
background-color: #799C88;
}
.BgClassName
{
background-color: #799C88;
}
</style>
border-color css
<style>
span { border-color: #799C88; }
span { border-color: rgb(121,156,136); }
td.TdClassName
{
border-color: #799C88;
}
.TagClassName
{
border-color: #799C88;
}
</style>