Shades of Acapulco #779F8B
Tints of Acapulco #779F8B
RGB
CMYK
RGB Variations
Color information
#779F8B (or 0x779F8B) is known color: Acapulco. HEX triplet: 77, 9F and 8B. RGB value is (119,159,139). Sum of RGB (Red+Green+Blue) = 119+159+139=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 159 - color contains mainly: green. Hex color #779F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779F8B is #886074. Grayscale: #909090. Windows color (decimal): -8937589 or 9150327. OLE color: 9150327.
HSL color Cylindrical-coordinate representation of color #779F8B: hue angle of 150º 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 #779F8B is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 159 | 139 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.38 |
| HSL | 150º | 0.17% | 0.55% | - |
| HSV(B) | 150º | 0.25% | 0.62% | - |
| XYZ | 24.67 | 30.58 | 29.03 | - |
| YUV | 144.76 | 124.75 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 139 | 0.25 | 0 | 0.13 | 0.38 | 150 | 0.17 | 0.55 |
| Hex | 77 | 9F | 8B | 19 | 0 | D | 26 | 96 | 11 | 37 |
| Octal | 167 | 237 | 213 | 31 | 0 | 15 | 46 | 226 | 21 | 67 |
| Binary | 1110111 | 10011111 | 10001011 | 11001 | 0 | 1101 | 100110 | 10010110 | 10001 | 110111 |
Color Harmonies of #779F8B
Complementary color
Monochromatic Colors of #779F8B
Black with #779F8B
Text Example
Text Example
White with #779F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779F8B; }
p { color: rgb(119,159,139); }
H1.HeaderClassName
{
color: #779F8B;
}
.AnyTagClassName
{
color: #779F8B;
}
</style>
background-color css
<style>
a { background-color: #779F8B; }
a { background-color: rgb(119,159,139); }
div.DivClassName
{
background-color: #779F8B;
}
.BgClassName
{
background-color: #779F8B;
}
</style>
border-color css
<style>
span { border-color: #779F8B; }
span { border-color: rgb(119,159,139); }
td.TdClassName
{
border-color: #779F8B;
}
.TagClassName
{
border-color: #779F8B;
}
</style>