Shades of Gulf Stream #77BDA5
Tints of Gulf Stream #77BDA5
RGB
CMYK
RGB Variations
Color information
#77BDA5 (or 0x77BDA5) is known color: Gulf Stream. HEX triplet: 77, BD and A5. RGB value is (119,189,165). Sum of RGB (Red+Green+Blue) = 119+189+165=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #77BDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BDA5 is #88425A. Grayscale: #A5A5A5. Windows color (decimal): -8929883 or 10861943. OLE color: 10861943.
HSL color Cylindrical-coordinate representation of color #77BDA5: hue angle of 159.43º 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 #77BDA5 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 165 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.26 |
| HSL | 159.43º | 0.35% | 0.6% | - |
| HSV(B) | 159.43º | 0.37% | 0.74% | - |
| XYZ | 32.6 | 43.03 | 42.19 | - |
| YUV | 165.33 | 127.81 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 165 | 0.37 | 0 | 0.13 | 0.26 | 159.43 | 0.35 | 0.6 |
| Hex | 77 | BD | A5 | 25 | 0 | D | 1A | 9F | 23 | 3C |
| Octal | 167 | 275 | 245 | 45 | 0 | 15 | 32 | 237 | 43 | 74 |
| Binary | 1110111 | 10111101 | 10100101 | 100101 | 0 | 1101 | 11010 | 10011111 | 100011 | 111100 |
Color Harmonies of #77BDA5
Complementary color
Monochromatic Colors of #77BDA5
Black with #77BDA5
Text Example
Text Example
White with #77BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDA5; }
p { color: rgb(119,189,165); }
H1.HeaderClassName
{
color: #77BDA5;
}
.AnyTagClassName
{
color: #77BDA5;
}
</style>
background-color css
<style>
a { background-color: #77BDA5; }
a { background-color: rgb(119,189,165); }
div.DivClassName
{
background-color: #77BDA5;
}
.BgClassName
{
background-color: #77BDA5;
}
</style>
border-color css
<style>
span { border-color: #77BDA5; }
span { border-color: rgb(119,189,165); }
td.TdClassName
{
border-color: #77BDA5;
}
.TagClassName
{
border-color: #77BDA5;
}
</style>