Shades of Gulf Stream #77AFA9
Tints of Gulf Stream #77AFA9
RGB
CMYK
RGB Variations
Color information
#77AFA9 (or 0x77AFA9) is known color: Gulf Stream. HEX triplet: 77, AF and A9. RGB value is (119,175,169). Sum of RGB (Red+Green+Blue) = 119+175+169=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #77AFA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AFA9 is #885056. Grayscale: #9D9D9D. Windows color (decimal): -8933463 or 11120503. OLE color: 11120503.
HSL color Cylindrical-coordinate representation of color #77AFA9: hue angle of 173.57º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77AFA9 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 175 | 169 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.31 |
| HSL | 173.57º | 0.26% | 0.58% | - |
| HSV(B) | 173.57º | 0.32% | 0.69% | - |
| XYZ | 30.1 | 37.45 | 43.18 | - |
| YUV | 157.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 169 | 0.32 | 0 | 0.03 | 0.31 | 173.57 | 0.26 | 0.58 |
| Hex | 77 | AF | A9 | 20 | 0 | 3 | 1F | AE | 1A | 3A |
| Octal | 167 | 257 | 251 | 40 | 0 | 3 | 37 | 256 | 32 | 72 |
| Binary | 1110111 | 10101111 | 10101001 | 100000 | 0 | 11 | 11111 | 10101110 | 11010 | 111010 |
Color Harmonies of #77AFA9
Complementary color
Monochromatic Colors of #77AFA9
Black with #77AFA9
Text Example
Text Example
White with #77AFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFA9; }
p { color: rgb(119,175,169); }
H1.HeaderClassName
{
color: #77AFA9;
}
.AnyTagClassName
{
color: #77AFA9;
}
</style>
background-color css
<style>
a { background-color: #77AFA9; }
a { background-color: rgb(119,175,169); }
div.DivClassName
{
background-color: #77AFA9;
}
.BgClassName
{
background-color: #77AFA9;
}
</style>
border-color css
<style>
span { border-color: #77AFA9; }
span { border-color: rgb(119,175,169); }
td.TdClassName
{
border-color: #77AFA9;
}
.TagClassName
{
border-color: #77AFA9;
}
</style>