Shades of Gulf Stream #77AA9D
Tints of Gulf Stream #77AA9D
RGB
CMYK
RGB Variations
Color information
#77AA9D (or 0x77AA9D) is known color: Gulf Stream. HEX triplet: 77, AA and 9D. RGB value is (119,170,157). Sum of RGB (Red+Green+Blue) = 119+170+157=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AA9D is #885562. Grayscale: #999999. Windows color (decimal): -8934755 or 10332791. OLE color: 10332791.
HSL color Cylindrical-coordinate representation of color #77AA9D: hue angle of 164.71º 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 #77AA9D is Cyan = 0.3, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 157 | - |
| CMYK | 0.3 | 0 | 0.08 | 0.33 |
| HSL | 164.71º | 0.23% | 0.57% | - |
| HSV(B) | 164.71º | 0.3% | 0.67% | - |
| XYZ | 28.07 | 35.11 | 37.2 | - |
| YUV | 153.27 | 130.1 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 157 | 0.3 | 0 | 0.08 | 0.33 | 164.71 | 0.23 | 0.57 |
| Hex | 77 | AA | 9D | 1E | 0 | 8 | 21 | A5 | 17 | 39 |
| Octal | 167 | 252 | 235 | 36 | 0 | 10 | 41 | 245 | 27 | 71 |
| Binary | 1110111 | 10101010 | 10011101 | 11110 | 0 | 1000 | 100001 | 10100101 | 10111 | 111001 |
Color Harmonies of #77AA9D
Complementary color
Monochromatic Colors of #77AA9D
Black with #77AA9D
Text Example
Text Example
White with #77AA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA9D; }
p { color: rgb(119,170,157); }
H1.HeaderClassName
{
color: #77AA9D;
}
.AnyTagClassName
{
color: #77AA9D;
}
</style>
background-color css
<style>
a { background-color: #77AA9D; }
a { background-color: rgb(119,170,157); }
div.DivClassName
{
background-color: #77AA9D;
}
.BgClassName
{
background-color: #77AA9D;
}
</style>
border-color css
<style>
span { border-color: #77AA9D; }
span { border-color: rgb(119,170,157); }
td.TdClassName
{
border-color: #77AA9D;
}
.TagClassName
{
border-color: #77AA9D;
}
</style>