Shades of Gulf Stream #77AA9F
Tints of Gulf Stream #77AA9F
RGB
CMYK
RGB Variations
Color information
#77AA9F (or 0x77AA9F) is known color: Gulf Stream. HEX triplet: 77, AA and 9F. RGB value is (119,170,159). Sum of RGB (Red+Green+Blue) = 119+170+159=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AA9F is #885560. Grayscale: #999999. Windows color (decimal): -8934753 or 10463863. OLE color: 10463863.
HSL color Cylindrical-coordinate representation of color #77AA9F: hue angle of 167.06º degrees, saturation: 0.23, 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 #77AA9F is Cyan = 0.3, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 159 | - |
| CMYK | 0.3 | 0 | 0.06 | 0.33 |
| HSL | 167.06º | 0.23% | 0.57% | - |
| HSV(B) | 167.06º | 0.3% | 0.67% | - |
| XYZ | 28.24 | 35.17 | 38.1 | - |
| YUV | 153.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 159 | 0.3 | 0 | 0.06 | 0.33 | 167.06 | 0.23 | 0.57 |
| Hex | 77 | AA | 9F | 1E | 0 | 6 | 21 | A7 | 17 | 39 |
| Octal | 167 | 252 | 237 | 36 | 0 | 6 | 41 | 247 | 27 | 71 |
| Binary | 1110111 | 10101010 | 10011111 | 11110 | 0 | 110 | 100001 | 10100111 | 10111 | 111001 |
Color Harmonies of #77AA9F
Complementary color
Monochromatic Colors of #77AA9F
Black with #77AA9F
Text Example
Text Example
White with #77AA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA9F; }
p { color: rgb(119,170,159); }
H1.HeaderClassName
{
color: #77AA9F;
}
.AnyTagClassName
{
color: #77AA9F;
}
</style>
background-color css
<style>
a { background-color: #77AA9F; }
a { background-color: rgb(119,170,159); }
div.DivClassName
{
background-color: #77AA9F;
}
.BgClassName
{
background-color: #77AA9F;
}
</style>
border-color css
<style>
span { border-color: #77AA9F; }
span { border-color: rgb(119,170,159); }
td.TdClassName
{
border-color: #77AA9F;
}
.TagClassName
{
border-color: #77AA9F;
}
</style>