Shades of Gulf Stream #77B3A1
Tints of Gulf Stream #77B3A1
RGB
CMYK
RGB Variations
Color information
#77B3A1 (or 0x77B3A1) is known color: Gulf Stream. HEX triplet: 77, B3 and A1. RGB value is (119,179,161). Sum of RGB (Red+Green+Blue) = 119+179+161=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #77B3A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B3A1 is #884C5E. Grayscale: #9F9F9F. Windows color (decimal): -8932447 or 10597239. OLE color: 10597239.
HSL color Cylindrical-coordinate representation of color #77B3A1: hue angle of 162º 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 #77B3A1 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 179 | 161 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.30 |
| HSL | 162º | 0.28% | 0.58% | - |
| HSV(B) | 162º | 0.34% | 0.7% | - |
| XYZ | 30.16 | 38.74 | 39.61 | - |
| YUV | 159.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 179 | 161 | 0.34 | 0 | 0.10 | 0.30 | 162 | 0.28 | 0.58 |
| Hex | 77 | B3 | A1 | 22 | 0 | A | 1E | A2 | 1C | 3A |
| Octal | 167 | 263 | 241 | 42 | 0 | 12 | 36 | 242 | 34 | 72 |
| Binary | 1110111 | 10110011 | 10100001 | 100010 | 0 | 1010 | 11110 | 10100010 | 11100 | 111010 |
Color Harmonies of #77B3A1
Complementary color
Monochromatic Colors of #77B3A1
Black with #77B3A1
Text Example
Text Example
White with #77B3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B3A1; }
p { color: rgb(119,179,161); }
H1.HeaderClassName
{
color: #77B3A1;
}
.AnyTagClassName
{
color: #77B3A1;
}
</style>
background-color css
<style>
a { background-color: #77B3A1; }
a { background-color: rgb(119,179,161); }
div.DivClassName
{
background-color: #77B3A1;
}
.BgClassName
{
background-color: #77B3A1;
}
</style>
border-color css
<style>
span { border-color: #77B3A1; }
span { border-color: rgb(119,179,161); }
td.TdClassName
{
border-color: #77B3A1;
}
.TagClassName
{
border-color: #77B3A1;
}
</style>