Shades of Acapulco #779F8E
Tints of Acapulco #779F8E
RGB
CMYK
RGB Variations
Color information
#779F8E (or 0x779F8E) is known color: Acapulco. HEX triplet: 77, 9F and 8E. RGB value is (119,159,142). Sum of RGB (Red+Green+Blue) = 119+159+142=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 159 - color contains mainly: green. Hex color #779F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779F8E is #886071. Grayscale: #919191. Windows color (decimal): -8937586 or 9346935. OLE color: 9346935.
HSL color Cylindrical-coordinate representation of color #779F8E: hue angle of 154.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779F8E is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 159 | 142 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.38 |
| HSL | 154.5º | 0.17% | 0.55% | - |
| HSV(B) | 154.5º | 0.25% | 0.62% | - |
| XYZ | 24.89 | 30.67 | 30.2 | - |
| YUV | 145.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 142 | 0.25 | 0 | 0.11 | 0.38 | 154.5 | 0.17 | 0.55 |
| Hex | 77 | 9F | 8E | 19 | 0 | B | 26 | 9A | 11 | 37 |
| Octal | 167 | 237 | 216 | 31 | 0 | 13 | 46 | 232 | 21 | 67 |
| Binary | 1110111 | 10011111 | 10001110 | 11001 | 0 | 1011 | 100110 | 10011010 | 10001 | 110111 |
Color Harmonies of #779F8E
Complementary color
Monochromatic Colors of #779F8E
Black with #779F8E
Text Example
Text Example
White with #779F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779F8E; }
p { color: rgb(119,159,142); }
H1.HeaderClassName
{
color: #779F8E;
}
.AnyTagClassName
{
color: #779F8E;
}
</style>
background-color css
<style>
a { background-color: #779F8E; }
a { background-color: rgb(119,159,142); }
div.DivClassName
{
background-color: #779F8E;
}
.BgClassName
{
background-color: #779F8E;
}
</style>
border-color css
<style>
span { border-color: #779F8E; }
span { border-color: rgb(119,159,142); }
td.TdClassName
{
border-color: #779F8E;
}
.TagClassName
{
border-color: #779F8E;
}
</style>