Shades of Gulf Stream #77B5A7
Tints of Gulf Stream #77B5A7
RGB
CMYK
RGB Variations
Color information
#77B5A7 (or 0x77B5A7) is known color: Gulf Stream. HEX triplet: 77, B5 and A7. RGB value is (119,181,167). Sum of RGB (Red+Green+Blue) = 119+181+167=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #77B5A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B5A7 is #884A58. Grayscale: #A0A0A0. Windows color (decimal): -8931929 or 10990967. OLE color: 10990967.
HSL color Cylindrical-coordinate representation of color #77B5A7: hue angle of 166.45º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B5A7 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 181 | 167 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.29 |
| HSL | 166.45º | 0.3% | 0.59% | - |
| HSV(B) | 166.45º | 0.34% | 0.71% | - |
| XYZ | 31.11 | 39.76 | 42.59 | - |
| YUV | 160.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 181 | 167 | 0.34 | 0 | 0.08 | 0.29 | 166.45 | 0.3 | 0.59 |
| Hex | 77 | B5 | A7 | 22 | 0 | 8 | 1D | A6 | 1E | 3B |
| Octal | 167 | 265 | 247 | 42 | 0 | 10 | 35 | 246 | 36 | 73 |
| Binary | 1110111 | 10110101 | 10100111 | 100010 | 0 | 1000 | 11101 | 10100110 | 11110 | 111011 |
Color Harmonies of #77B5A7
Complementary color
Monochromatic Colors of #77B5A7
Black with #77B5A7
Text Example
Text Example
White with #77B5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B5A7; }
p { color: rgb(119,181,167); }
H1.HeaderClassName
{
color: #77B5A7;
}
.AnyTagClassName
{
color: #77B5A7;
}
</style>
background-color css
<style>
a { background-color: #77B5A7; }
a { background-color: rgb(119,181,167); }
div.DivClassName
{
background-color: #77B5A7;
}
.BgClassName
{
background-color: #77B5A7;
}
</style>
border-color css
<style>
span { border-color: #77B5A7; }
span { border-color: rgb(119,181,167); }
td.TdClassName
{
border-color: #77B5A7;
}
.TagClassName
{
border-color: #77B5A7;
}
</style>