Shades of Gulf Stream #77ABA2
Tints of Gulf Stream #77ABA2
RGB
CMYK
RGB Variations
Color information
#77ABA2 (or 0x77ABA2) is known color: Gulf Stream. HEX triplet: 77, AB and A2. RGB value is (119,171,162). Sum of RGB (Red+Green+Blue) = 119+171+162=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 171 - color contains mainly: green. Hex color #77ABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ABA2 is #88545D. Grayscale: #9A9A9A. Windows color (decimal): -8934494 or 10660727. OLE color: 10660727.
HSL color Cylindrical-coordinate representation of color #77ABA2: hue angle of 169.62º degrees, saturation: 0.24, 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 #77ABA2 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 171 | 162 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.33 |
| HSL | 169.62º | 0.24% | 0.57% | - |
| HSV(B) | 169.62º | 0.3% | 0.67% | - |
| XYZ | 28.69 | 35.66 | 39.55 | - |
| YUV | 154.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 162 | 0.30 | 0 | 0.05 | 0.33 | 169.62 | 0.24 | 0.57 |
| Hex | 77 | AB | A2 | 1E | 0 | 5 | 21 | AA | 18 | 39 |
| Octal | 167 | 253 | 242 | 36 | 0 | 5 | 41 | 252 | 30 | 71 |
| Binary | 1110111 | 10101011 | 10100010 | 11110 | 0 | 101 | 100001 | 10101010 | 11000 | 111001 |
Color Harmonies of #77ABA2
Complementary color
Monochromatic Colors of #77ABA2
Black with #77ABA2
Text Example
Text Example
White with #77ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ABA2; }
p { color: rgb(119,171,162); }
H1.HeaderClassName
{
color: #77ABA2;
}
.AnyTagClassName
{
color: #77ABA2;
}
</style>
background-color css
<style>
a { background-color: #77ABA2; }
a { background-color: rgb(119,171,162); }
div.DivClassName
{
background-color: #77ABA2;
}
.BgClassName
{
background-color: #77ABA2;
}
</style>
border-color css
<style>
span { border-color: #77ABA2; }
span { border-color: rgb(119,171,162); }
td.TdClassName
{
border-color: #77ABA2;
}
.TagClassName
{
border-color: #77ABA2;
}
</style>