Shades of Gulf Stream #77B5AD
Tints of Gulf Stream #77B5AD
RGB
CMYK
RGB Variations
Color information
#77B5AD (or 0x77B5AD) is known color: Gulf Stream. HEX triplet: 77, B5 and AD. RGB value is (119,181,173). Sum of RGB (Red+Green+Blue) = 119+181+173=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 181 - color contains mainly: green. Hex color #77B5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B5AD is #884A52. Grayscale: #A1A1A1. Windows color (decimal): -8931923 or 11384183. OLE color: 11384183.
HSL color Cylindrical-coordinate representation of color #77B5AD: hue angle of 172.26º 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 #77B5AD is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 181 | 173 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.29 |
| HSL | 172.26º | 0.3% | 0.59% | - |
| HSV(B) | 172.26º | 0.34% | 0.71% | - |
| XYZ | 31.67 | 39.99 | 45.58 | - |
| YUV | 161.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 181 | 173 | 0.34 | 0 | 0.04 | 0.29 | 172.26 | 0.3 | 0.59 |
| Hex | 77 | B5 | AD | 22 | 0 | 4 | 1D | AC | 1E | 3B |
| Octal | 167 | 265 | 255 | 42 | 0 | 4 | 35 | 254 | 36 | 73 |
| Binary | 1110111 | 10110101 | 10101101 | 100010 | 0 | 100 | 11101 | 10101100 | 11110 | 111011 |
Color Harmonies of #77B5AD
Complementary color
Monochromatic Colors of #77B5AD
Black with #77B5AD
Text Example
Text Example
White with #77B5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B5AD; }
p { color: rgb(119,181,173); }
H1.HeaderClassName
{
color: #77B5AD;
}
.AnyTagClassName
{
color: #77B5AD;
}
</style>
background-color css
<style>
a { background-color: #77B5AD; }
a { background-color: rgb(119,181,173); }
div.DivClassName
{
background-color: #77B5AD;
}
.BgClassName
{
background-color: #77B5AD;
}
</style>
border-color css
<style>
span { border-color: #77B5AD; }
span { border-color: rgb(119,181,173); }
td.TdClassName
{
border-color: #77B5AD;
}
.TagClassName
{
border-color: #77B5AD;
}
</style>