Shades of Gulf Stream #77B9A8
Tints of Gulf Stream #77B9A8
RGB
CMYK
RGB Variations
Color information
#77B9A8 (or 0x77B9A8) is known color: Gulf Stream. HEX triplet: 77, B9 and A8. RGB value is (119,185,168). Sum of RGB (Red+Green+Blue) = 119+185+168=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #77B9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B9A8 is #884657. Grayscale: #A3A3A3. Windows color (decimal): -8930904 or 11057527. OLE color: 11057527.
HSL color Cylindrical-coordinate representation of color #77B9A8: hue angle of 164.55º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77B9A8 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 185 | 168 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.27 |
| HSL | 164.55º | 0.32% | 0.6% | - |
| HSV(B) | 164.55º | 0.36% | 0.73% | - |
| XYZ | 32.02 | 41.45 | 43.36 | - |
| YUV | 163.33 | 130.63 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 185 | 168 | 0.36 | 0 | 0.09 | 0.27 | 164.55 | 0.32 | 0.6 |
| Hex | 77 | B9 | A8 | 24 | 0 | 9 | 1B | A5 | 20 | 3C |
| Octal | 167 | 271 | 250 | 44 | 0 | 11 | 33 | 245 | 40 | 74 |
| Binary | 1110111 | 10111001 | 10101000 | 100100 | 0 | 1001 | 11011 | 10100101 | 100000 | 111100 |
Color Harmonies of #77B9A8
Complementary color
Monochromatic Colors of #77B9A8
Black with #77B9A8
Text Example
Text Example
White with #77B9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B9A8; }
p { color: rgb(119,185,168); }
H1.HeaderClassName
{
color: #77B9A8;
}
.AnyTagClassName
{
color: #77B9A8;
}
</style>
background-color css
<style>
a { background-color: #77B9A8; }
a { background-color: rgb(119,185,168); }
div.DivClassName
{
background-color: #77B9A8;
}
.BgClassName
{
background-color: #77B9A8;
}
</style>
border-color css
<style>
span { border-color: #77B9A8; }
span { border-color: rgb(119,185,168); }
td.TdClassName
{
border-color: #77B9A8;
}
.TagClassName
{
border-color: #77B9A8;
}
</style>