Shades of Gulf Stream #77AFA6
Tints of Gulf Stream #77AFA6
RGB
CMYK
RGB Variations
Color information
#77AFA6 (or 0x77AFA6) is known color: Gulf Stream. HEX triplet: 77, AF and A6. RGB value is (119,175,166). Sum of RGB (Red+Green+Blue) = 119+175+166=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #77AFA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AFA6 is #885059. Grayscale: #9D9D9D. Windows color (decimal): -8933466 or 10923895. OLE color: 10923895.
HSL color Cylindrical-coordinate representation of color #77AFA6: hue angle of 170.36º 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 #77AFA6 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 175 | 166 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.31 |
| HSL | 170.36º | 0.26% | 0.58% | - |
| HSV(B) | 170.36º | 0.32% | 0.69% | - |
| XYZ | 29.82 | 37.34 | 41.71 | - |
| YUV | 157.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 166 | 0.32 | 0 | 0.05 | 0.31 | 170.36 | 0.26 | 0.58 |
| Hex | 77 | AF | A6 | 20 | 0 | 5 | 1F | AA | 1A | 3A |
| Octal | 167 | 257 | 246 | 40 | 0 | 5 | 37 | 252 | 32 | 72 |
| Binary | 1110111 | 10101111 | 10100110 | 100000 | 0 | 101 | 11111 | 10101010 | 11010 | 111010 |
Color Harmonies of #77AFA6
Complementary color
Monochromatic Colors of #77AFA6
Black with #77AFA6
Text Example
Text Example
White with #77AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFA6; }
p { color: rgb(119,175,166); }
H1.HeaderClassName
{
color: #77AFA6;
}
.AnyTagClassName
{
color: #77AFA6;
}
</style>
background-color css
<style>
a { background-color: #77AFA6; }
a { background-color: rgb(119,175,166); }
div.DivClassName
{
background-color: #77AFA6;
}
.BgClassName
{
background-color: #77AFA6;
}
</style>
border-color css
<style>
span { border-color: #77AFA6; }
span { border-color: rgb(119,175,166); }
td.TdClassName
{
border-color: #77AFA6;
}
.TagClassName
{
border-color: #77AFA6;
}
</style>