Shades of Gulf Stream #77ADA6
Tints of Gulf Stream #77ADA6
RGB
CMYK
RGB Variations
Color information
#77ADA6 (or 0x77ADA6) is known color: Gulf Stream. HEX triplet: 77, AD and A6. RGB value is (119,173,166). Sum of RGB (Red+Green+Blue) = 119+173+166=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 173 - color contains mainly: green. Hex color #77ADA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ADA6 is #885259. Grayscale: #9C9C9C. Windows color (decimal): -8933978 or 10923383. OLE color: 10923383.
HSL color Cylindrical-coordinate representation of color #77ADA6: hue angle of 172.22º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77ADA6 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 173 | 166 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.32 |
| HSL | 172.22º | 0.25% | 0.57% | - |
| HSV(B) | 172.22º | 0.31% | 0.68% | - |
| XYZ | 29.43 | 36.56 | 41.58 | - |
| YUV | 156.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 166 | 0.31 | 0 | 0.04 | 0.32 | 172.22 | 0.25 | 0.57 |
| Hex | 77 | AD | A6 | 1F | 0 | 4 | 20 | AC | 19 | 39 |
| Octal | 167 | 255 | 246 | 37 | 0 | 4 | 40 | 254 | 31 | 71 |
| Binary | 1110111 | 10101101 | 10100110 | 11111 | 0 | 100 | 100000 | 10101100 | 11001 | 111001 |
Color Harmonies of #77ADA6
Complementary color
Monochromatic Colors of #77ADA6
Black with #77ADA6
Text Example
Text Example
White with #77ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ADA6; }
p { color: rgb(119,173,166); }
H1.HeaderClassName
{
color: #77ADA6;
}
.AnyTagClassName
{
color: #77ADA6;
}
</style>
background-color css
<style>
a { background-color: #77ADA6; }
a { background-color: rgb(119,173,166); }
div.DivClassName
{
background-color: #77ADA6;
}
.BgClassName
{
background-color: #77ADA6;
}
</style>
border-color css
<style>
span { border-color: #77ADA6; }
span { border-color: rgb(119,173,166); }
td.TdClassName
{
border-color: #77ADA6;
}
.TagClassName
{
border-color: #77ADA6;
}
</style>