Shades of Gulf Stream #77B3A4
Tints of Gulf Stream #77B3A4
RGB
CMYK
RGB Variations
Color information
#77B3A4 (or 0x77B3A4) is known color: Gulf Stream. HEX triplet: 77, B3 and A4. RGB value is (119,179,164). Sum of RGB (Red+Green+Blue) = 119+179+164=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 179 - color contains mainly: green. Hex color #77B3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B3A4 is #884C5B. Grayscale: #9F9F9F. Windows color (decimal): -8932444 or 10793847. OLE color: 10793847.
HSL color Cylindrical-coordinate representation of color #77B3A4: hue angle of 165º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B3A4 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 179 | 164 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.30 |
| HSL | 165º | 0.28% | 0.58% | - |
| HSV(B) | 165º | 0.34% | 0.7% | - |
| XYZ | 30.43 | 38.84 | 41.02 | - |
| YUV | 159.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 179 | 164 | 0.34 | 0 | 0.08 | 0.30 | 165 | 0.28 | 0.58 |
| Hex | 77 | B3 | A4 | 22 | 0 | 8 | 1E | A5 | 1C | 3A |
| Octal | 167 | 263 | 244 | 42 | 0 | 10 | 36 | 245 | 34 | 72 |
| Binary | 1110111 | 10110011 | 10100100 | 100010 | 0 | 1000 | 11110 | 10100101 | 11100 | 111010 |
Color Harmonies of #77B3A4
Complementary color
Monochromatic Colors of #77B3A4
Black with #77B3A4
Text Example
Text Example
White with #77B3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B3A4; }
p { color: rgb(119,179,164); }
H1.HeaderClassName
{
color: #77B3A4;
}
.AnyTagClassName
{
color: #77B3A4;
}
</style>
background-color css
<style>
a { background-color: #77B3A4; }
a { background-color: rgb(119,179,164); }
div.DivClassName
{
background-color: #77B3A4;
}
.BgClassName
{
background-color: #77B3A4;
}
</style>
border-color css
<style>
span { border-color: #77B3A4; }
span { border-color: rgb(119,179,164); }
td.TdClassName
{
border-color: #77B3A4;
}
.TagClassName
{
border-color: #77B3A4;
}
</style>