Shades of Acapulco #77A79B
Tints of Acapulco #77A79B
RGB
CMYK
RGB Variations
Color information
#77A79B (or 0x77A79B) is known color: Acapulco. HEX triplet: 77, A7 and 9B. RGB value is (119,167,155). Sum of RGB (Red+Green+Blue) = 119+167+155=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 167 - color contains mainly: green. Hex color #77A79B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A79B is #885864. Grayscale: #979797. Windows color (decimal): -8935525 or 10200951. OLE color: 10200951.
HSL color Cylindrical-coordinate representation of color #77A79B: hue angle of 165º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77A79B is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 167 | 155 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.35 |
| HSL | 165º | 0.21% | 0.56% | - |
| HSV(B) | 165º | 0.29% | 0.65% | - |
| XYZ | 27.34 | 33.93 | 36.12 | - |
| YUV | 151.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 167 | 155 | 0.29 | 0 | 0.07 | 0.35 | 165 | 0.21 | 0.56 |
| Hex | 77 | A7 | 9B | 1D | 0 | 7 | 23 | A5 | 15 | 38 |
| Octal | 167 | 247 | 233 | 35 | 0 | 7 | 43 | 245 | 25 | 70 |
| Binary | 1110111 | 10100111 | 10011011 | 11101 | 0 | 111 | 100011 | 10100101 | 10101 | 111000 |
Color Harmonies of #77A79B
Complementary color
Monochromatic Colors of #77A79B
Black with #77A79B
Text Example
Text Example
White with #77A79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A79B; }
p { color: rgb(119,167,155); }
H1.HeaderClassName
{
color: #77A79B;
}
.AnyTagClassName
{
color: #77A79B;
}
</style>
background-color css
<style>
a { background-color: #77A79B; }
a { background-color: rgb(119,167,155); }
div.DivClassName
{
background-color: #77A79B;
}
.BgClassName
{
background-color: #77A79B;
}
</style>
border-color css
<style>
span { border-color: #77A79B; }
span { border-color: rgb(119,167,155); }
td.TdClassName
{
border-color: #77A79B;
}
.TagClassName
{
border-color: #77A79B;
}
</style>