Shades of Gulf Stream #77AFA3
Tints of Gulf Stream #77AFA3
RGB
CMYK
RGB Variations
Color information
#77AFA3 (or 0x77AFA3) is known color: Gulf Stream. HEX triplet: 77, AF and A3. RGB value is (119,175,163). Sum of RGB (Red+Green+Blue) = 119+175+163=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #77AFA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AFA3 is #88505C. Grayscale: #9C9C9C. Windows color (decimal): -8933469 or 10727287. OLE color: 10727287.
HSL color Cylindrical-coordinate representation of color #77AFA3: hue angle of 167.14º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77AFA3 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 175 | 163 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.31 |
| HSL | 167.14º | 0.26% | 0.58% | - |
| HSV(B) | 167.14º | 0.32% | 0.69% | - |
| XYZ | 29.55 | 37.23 | 40.28 | - |
| YUV | 156.89 | 131.45 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 163 | 0.32 | 0 | 0.07 | 0.31 | 167.14 | 0.26 | 0.58 |
| Hex | 77 | AF | A3 | 20 | 0 | 7 | 1F | A7 | 1A | 3A |
| Octal | 167 | 257 | 243 | 40 | 0 | 7 | 37 | 247 | 32 | 72 |
| Binary | 1110111 | 10101111 | 10100011 | 100000 | 0 | 111 | 11111 | 10100111 | 11010 | 111010 |
Color Harmonies of #77AFA3
Complementary color
Monochromatic Colors of #77AFA3
Black with #77AFA3
Text Example
Text Example
White with #77AFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFA3; }
p { color: rgb(119,175,163); }
H1.HeaderClassName
{
color: #77AFA3;
}
.AnyTagClassName
{
color: #77AFA3;
}
</style>
background-color css
<style>
a { background-color: #77AFA3; }
a { background-color: rgb(119,175,163); }
div.DivClassName
{
background-color: #77AFA3;
}
.BgClassName
{
background-color: #77AFA3;
}
</style>
border-color css
<style>
span { border-color: #77AFA3; }
span { border-color: rgb(119,175,163); }
td.TdClassName
{
border-color: #77AFA3;
}
.TagClassName
{
border-color: #77AFA3;
}
</style>