Shades of Gulf Stream #77AFAA
Tints of Gulf Stream #77AFAA
RGB
CMYK
RGB Variations
Color information
#77AFAA (or 0x77AFAA) is known color: Gulf Stream. HEX triplet: 77, AF and AA. RGB value is (119,175,170). Sum of RGB (Red+Green+Blue) = 119+175+170=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #77AFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AFAA is #885055. Grayscale: #9D9D9D. Windows color (decimal): -8933462 or 11186039. OLE color: 11186039.
HSL color Cylindrical-coordinate representation of color #77AFAA: hue angle of 174.64º 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 #77AFAA is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 175 | 170 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.31 |
| HSL | 174.64º | 0.26% | 0.58% | - |
| HSV(B) | 174.64º | 0.32% | 0.69% | - |
| XYZ | 30.19 | 37.48 | 43.67 | - |
| YUV | 157.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 170 | 0.32 | 0 | 0.03 | 0.31 | 174.64 | 0.26 | 0.58 |
| Hex | 77 | AF | AA | 20 | 0 | 3 | 1F | AF | 1A | 3A |
| Octal | 167 | 257 | 252 | 40 | 0 | 3 | 37 | 257 | 32 | 72 |
| Binary | 1110111 | 10101111 | 10101010 | 100000 | 0 | 11 | 11111 | 10101111 | 11010 | 111010 |
Color Harmonies of #77AFAA
Complementary color
Monochromatic Colors of #77AFAA
Black with #77AFAA
Text Example
Text Example
White with #77AFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFAA; }
p { color: rgb(119,175,170); }
H1.HeaderClassName
{
color: #77AFAA;
}
.AnyTagClassName
{
color: #77AFAA;
}
</style>
background-color css
<style>
a { background-color: #77AFAA; }
a { background-color: rgb(119,175,170); }
div.DivClassName
{
background-color: #77AFAA;
}
.BgClassName
{
background-color: #77AFAA;
}
</style>
border-color css
<style>
span { border-color: #77AFAA; }
span { border-color: rgb(119,175,170); }
td.TdClassName
{
border-color: #77AFAA;
}
.TagClassName
{
border-color: #77AFAA;
}
</style>