Shades of Gulf Stream #77BDA4
Tints of Gulf Stream #77BDA4
RGB
CMYK
RGB Variations
Color information
#77BDA4 (or 0x77BDA4) is known color: Gulf Stream. HEX triplet: 77, BD and A4. RGB value is (119,189,164). Sum of RGB (Red+Green+Blue) = 119+189+164=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #77BDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BDA4 is #88425B. Grayscale: #A5A5A5. Windows color (decimal): -8929884 or 10796407. OLE color: 10796407.
HSL color Cylindrical-coordinate representation of color #77BDA4: hue angle of 158.57º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BDA4 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 164 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.26 |
| HSL | 158.57º | 0.35% | 0.6% | - |
| HSV(B) | 158.57º | 0.37% | 0.74% | - |
| XYZ | 32.51 | 43 | 41.71 | - |
| YUV | 165.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 164 | 0.37 | 0 | 0.13 | 0.26 | 158.57 | 0.35 | 0.6 |
| Hex | 77 | BD | A4 | 25 | 0 | D | 1A | 9F | 23 | 3C |
| Octal | 167 | 275 | 244 | 45 | 0 | 15 | 32 | 237 | 43 | 74 |
| Binary | 1110111 | 10111101 | 10100100 | 100101 | 0 | 1101 | 11010 | 10011111 | 100011 | 111100 |
Color Harmonies of #77BDA4
Complementary color
Monochromatic Colors of #77BDA4
Black with #77BDA4
Text Example
Text Example
White with #77BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDA4; }
p { color: rgb(119,189,164); }
H1.HeaderClassName
{
color: #77BDA4;
}
.AnyTagClassName
{
color: #77BDA4;
}
</style>
background-color css
<style>
a { background-color: #77BDA4; }
a { background-color: rgb(119,189,164); }
div.DivClassName
{
background-color: #77BDA4;
}
.BgClassName
{
background-color: #77BDA4;
}
</style>
border-color css
<style>
span { border-color: #77BDA4; }
span { border-color: rgb(119,189,164); }
td.TdClassName
{
border-color: #77BDA4;
}
.TagClassName
{
border-color: #77BDA4;
}
</style>