Shades of Gulf Stream #77BDA2
Tints of Gulf Stream #77BDA2
RGB
CMYK
RGB Variations
Color information
#77BDA2 (or 0x77BDA2) is known color: Gulf Stream. HEX triplet: 77, BD and A2. RGB value is (119,189,162). Sum of RGB (Red+Green+Blue) = 119+189+162=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #77BDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BDA2 is #88425D. Grayscale: #A5A5A5. Windows color (decimal): -8929886 or 10665335. OLE color: 10665335.
HSL color Cylindrical-coordinate representation of color #77BDA2: hue angle of 156.86º 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 #77BDA2 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 162 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.26 |
| HSL | 156.86º | 0.35% | 0.6% | - |
| HSV(B) | 156.86º | 0.37% | 0.74% | - |
| XYZ | 32.33 | 42.93 | 40.76 | - |
| YUV | 164.99 | 126.31 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 162 | 0.37 | 0 | 0.14 | 0.26 | 156.86 | 0.35 | 0.6 |
| Hex | 77 | BD | A2 | 25 | 0 | E | 1A | 9D | 23 | 3C |
| Octal | 167 | 275 | 242 | 45 | 0 | 16 | 32 | 235 | 43 | 74 |
| Binary | 1110111 | 10111101 | 10100010 | 100101 | 0 | 1110 | 11010 | 10011101 | 100011 | 111100 |
Color Harmonies of #77BDA2
Complementary color
Monochromatic Colors of #77BDA2
Black with #77BDA2
Text Example
Text Example
White with #77BDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDA2; }
p { color: rgb(119,189,162); }
H1.HeaderClassName
{
color: #77BDA2;
}
.AnyTagClassName
{
color: #77BDA2;
}
</style>
background-color css
<style>
a { background-color: #77BDA2; }
a { background-color: rgb(119,189,162); }
div.DivClassName
{
background-color: #77BDA2;
}
.BgClassName
{
background-color: #77BDA2;
}
</style>
border-color css
<style>
span { border-color: #77BDA2; }
span { border-color: rgb(119,189,162); }
td.TdClassName
{
border-color: #77BDA2;
}
.TagClassName
{
border-color: #77BDA2;
}
</style>