Shades of Acapulco #77B79A
Tints of Acapulco #77B79A
RGB
CMYK
RGB Variations
Color information
#77B79A (or 0x77B79A) is known color: Acapulco. HEX triplet: 77, B7 and 9A. RGB value is (119,183,154). Sum of RGB (Red+Green+Blue) = 119+183+154=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #77B79A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B79A is #884865. Grayscale: #A0A0A0. Windows color (decimal): -8931430 or 10139511. OLE color: 10139511.
HSL color Cylindrical-coordinate representation of color #77B79A: hue angle of 152.81º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77B79A is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 183 | 154 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.28 |
| HSL | 152.81º | 0.31% | 0.59% | - |
| HSV(B) | 152.81º | 0.35% | 0.72% | - |
| XYZ | 30.37 | 40.12 | 36.72 | - |
| YUV | 160.56 | 124.3 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 154 | 0.35 | 0 | 0.16 | 0.28 | 152.81 | 0.31 | 0.59 |
| Hex | 77 | B7 | 9A | 23 | 0 | 10 | 1C | 99 | 1F | 3B |
| Octal | 167 | 267 | 232 | 43 | 0 | 20 | 34 | 231 | 37 | 73 |
| Binary | 1110111 | 10110111 | 10011010 | 100011 | 0 | 10000 | 11100 | 10011001 | 11111 | 111011 |
Color Harmonies of #77B79A
Complementary color
Monochromatic Colors of #77B79A
Black with #77B79A
Text Example
Text Example
White with #77B79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B79A; }
p { color: rgb(119,183,154); }
H1.HeaderClassName
{
color: #77B79A;
}
.AnyTagClassName
{
color: #77B79A;
}
</style>
background-color css
<style>
a { background-color: #77B79A; }
a { background-color: rgb(119,183,154); }
div.DivClassName
{
background-color: #77B79A;
}
.BgClassName
{
background-color: #77B79A;
}
</style>
border-color css
<style>
span { border-color: #77B79A; }
span { border-color: rgb(119,183,154); }
td.TdClassName
{
border-color: #77B79A;
}
.TagClassName
{
border-color: #77B79A;
}
</style>