Shades of Gulf Stream #77B4A5
Tints of Gulf Stream #77B4A5
RGB
CMYK
RGB Variations
Color information
#77B4A5 (or 0x77B4A5) is known color: Gulf Stream. HEX triplet: 77, B4 and A5. RGB value is (119,180,165). Sum of RGB (Red+Green+Blue) = 119+180+165=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #77B4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B4A5 is #884B5A. Grayscale: #A0A0A0. Windows color (decimal): -8932187 or 10859639. OLE color: 10859639.
HSL color Cylindrical-coordinate representation of color #77B4A5: hue angle of 165.25º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B4A5 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 180 | 165 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.29 |
| HSL | 165.25º | 0.29% | 0.59% | - |
| HSV(B) | 165.25º | 0.34% | 0.71% | - |
| XYZ | 30.72 | 39.28 | 41.56 | - |
| YUV | 160.05 | 130.79 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 165 | 0.34 | 0 | 0.08 | 0.29 | 165.25 | 0.29 | 0.59 |
| Hex | 77 | B4 | A5 | 22 | 0 | 8 | 1D | A5 | 1D | 3B |
| Octal | 167 | 264 | 245 | 42 | 0 | 10 | 35 | 245 | 35 | 73 |
| Binary | 1110111 | 10110100 | 10100101 | 100010 | 0 | 1000 | 11101 | 10100101 | 11101 | 111011 |
Color Harmonies of #77B4A5
Complementary color
Monochromatic Colors of #77B4A5
Black with #77B4A5
Text Example
Text Example
White with #77B4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B4A5; }
p { color: rgb(119,180,165); }
H1.HeaderClassName
{
color: #77B4A5;
}
.AnyTagClassName
{
color: #77B4A5;
}
</style>
background-color css
<style>
a { background-color: #77B4A5; }
a { background-color: rgb(119,180,165); }
div.DivClassName
{
background-color: #77B4A5;
}
.BgClassName
{
background-color: #77B4A5;
}
</style>
border-color css
<style>
span { border-color: #77B4A5; }
span { border-color: rgb(119,180,165); }
td.TdClassName
{
border-color: #77B4A5;
}
.TagClassName
{
border-color: #77B4A5;
}
</style>