Shades of Gulf Stream #77B7AB
Tints of Gulf Stream #77B7AB
RGB
CMYK
RGB Variations
Color information
#77B7AB (or 0x77B7AB) is known color: Gulf Stream. HEX triplet: 77, B7 and AB. RGB value is (119,183,171). Sum of RGB (Red+Green+Blue) = 119+183+171=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #77B7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B7AB is #884854. Grayscale: #A2A2A2. Windows color (decimal): -8931413 or 11253623. OLE color: 11253623.
HSL color Cylindrical-coordinate representation of color #77B7AB: hue angle of 168.75º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77B7AB is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 183 | 171 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.28 |
| HSL | 168.75º | 0.31% | 0.59% | - |
| HSV(B) | 168.75º | 0.35% | 0.72% | - |
| XYZ | 31.89 | 40.73 | 44.71 | - |
| YUV | 162.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 171 | 0.35 | 0 | 0.07 | 0.28 | 168.75 | 0.31 | 0.59 |
| Hex | 77 | B7 | AB | 23 | 0 | 7 | 1C | A9 | 1F | 3B |
| Octal | 167 | 267 | 253 | 43 | 0 | 7 | 34 | 251 | 37 | 73 |
| Binary | 1110111 | 10110111 | 10101011 | 100011 | 0 | 111 | 11100 | 10101001 | 11111 | 111011 |
Color Harmonies of #77B7AB
Complementary color
Monochromatic Colors of #77B7AB
Black with #77B7AB
Text Example
Text Example
White with #77B7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B7AB; }
p { color: rgb(119,183,171); }
H1.HeaderClassName
{
color: #77B7AB;
}
.AnyTagClassName
{
color: #77B7AB;
}
</style>
background-color css
<style>
a { background-color: #77B7AB; }
a { background-color: rgb(119,183,171); }
div.DivClassName
{
background-color: #77B7AB;
}
.BgClassName
{
background-color: #77B7AB;
}
</style>
border-color css
<style>
span { border-color: #77B7AB; }
span { border-color: rgb(119,183,171); }
td.TdClassName
{
border-color: #77B7AB;
}
.TagClassName
{
border-color: #77B7AB;
}
</style>