Shades of Gulf Stream #77AB9F
Tints of Gulf Stream #77AB9F
RGB
CMYK
RGB Variations
Color information
#77AB9F (or 0x77AB9F) is known color: Gulf Stream. HEX triplet: 77, AB and 9F. RGB value is (119,171,159). Sum of RGB (Red+Green+Blue) = 119+171+159=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AB9F is #885460. Grayscale: #9A9A9A. Windows color (decimal): -8934497 or 10464119. OLE color: 10464119.
HSL color Cylindrical-coordinate representation of color #77AB9F: hue angle of 166.15º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77AB9F is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 171 | 159 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.33 |
| HSL | 166.15º | 0.24% | 0.57% | - |
| HSV(B) | 166.15º | 0.3% | 0.67% | - |
| XYZ | 28.43 | 35.55 | 38.16 | - |
| YUV | 154.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 159 | 0.30 | 0 | 0.07 | 0.33 | 166.15 | 0.24 | 0.57 |
| Hex | 77 | AB | 9F | 1E | 0 | 7 | 21 | A6 | 18 | 39 |
| Octal | 167 | 253 | 237 | 36 | 0 | 7 | 41 | 246 | 30 | 71 |
| Binary | 1110111 | 10101011 | 10011111 | 11110 | 0 | 111 | 100001 | 10100110 | 11000 | 111001 |
Color Harmonies of #77AB9F
Complementary color
Monochromatic Colors of #77AB9F
Black with #77AB9F
Text Example
Text Example
White with #77AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AB9F; }
p { color: rgb(119,171,159); }
H1.HeaderClassName
{
color: #77AB9F;
}
.AnyTagClassName
{
color: #77AB9F;
}
</style>
background-color css
<style>
a { background-color: #77AB9F; }
a { background-color: rgb(119,171,159); }
div.DivClassName
{
background-color: #77AB9F;
}
.BgClassName
{
background-color: #77AB9F;
}
</style>
border-color css
<style>
span { border-color: #77AB9F; }
span { border-color: rgb(119,171,159); }
td.TdClassName
{
border-color: #77AB9F;
}
.TagClassName
{
border-color: #77AB9F;
}
</style>