Shades of Gulf Stream #77B5A6
Tints of Gulf Stream #77B5A6
RGB
CMYK
RGB Variations
Color information
#77B5A6 (or 0x77B5A6) is known color: Gulf Stream. HEX triplet: 77, B5 and A6. RGB value is (119,181,166). Sum of RGB (Red+Green+Blue) = 119+181+166=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 181 - color contains mainly: green. Hex color #77B5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B5A6 is #884A59. Grayscale: #A0A0A0. Windows color (decimal): -8931930 or 10925431. OLE color: 10925431.
HSL color Cylindrical-coordinate representation of color #77B5A6: hue angle of 165.48º 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 #77B5A6 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 181 | 166 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.29 |
| HSL | 165.48º | 0.3% | 0.59% | - |
| HSV(B) | 165.48º | 0.34% | 0.71% | - |
| XYZ | 31.01 | 39.72 | 42.11 | - |
| YUV | 160.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 181 | 166 | 0.34 | 0 | 0.08 | 0.29 | 165.48 | 0.3 | 0.59 |
| Hex | 77 | B5 | A6 | 22 | 0 | 8 | 1D | A5 | 1E | 3B |
| Octal | 167 | 265 | 246 | 42 | 0 | 10 | 35 | 245 | 36 | 73 |
| Binary | 1110111 | 10110101 | 10100110 | 100010 | 0 | 1000 | 11101 | 10100101 | 11110 | 111011 |
Color Harmonies of #77B5A6
Complementary color
Monochromatic Colors of #77B5A6
Black with #77B5A6
Text Example
Text Example
White with #77B5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B5A6; }
p { color: rgb(119,181,166); }
H1.HeaderClassName
{
color: #77B5A6;
}
.AnyTagClassName
{
color: #77B5A6;
}
</style>
background-color css
<style>
a { background-color: #77B5A6; }
a { background-color: rgb(119,181,166); }
div.DivClassName
{
background-color: #77B5A6;
}
.BgClassName
{
background-color: #77B5A6;
}
</style>
border-color css
<style>
span { border-color: #77B5A6; }
span { border-color: rgb(119,181,166); }
td.TdClassName
{
border-color: #77B5A6;
}
.TagClassName
{
border-color: #77B5A6;
}
</style>