Shades of Gulf Stream #76A99D
Tints of Gulf Stream #76A99D
RGB
CMYK
RGB Variations
Color information
#76A99D (or 0x76A99D) is known color: Gulf Stream. HEX triplet: 76, A9 and 9D. RGB value is (118,169,157). Sum of RGB (Red+Green+Blue) = 118+169+157=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 169 - color contains mainly: green. Hex color #76A99D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A99D is #895662. Grayscale: #989898. Windows color (decimal): -9000547 or 10332534. OLE color: 10332534.
HSL color Cylindrical-coordinate representation of color #76A99D: hue angle of 165.88º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A99D is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 169 | 157 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.34 |
| HSL | 165.88º | 0.23% | 0.56% | - |
| HSV(B) | 165.88º | 0.3% | 0.66% | - |
| XYZ | 27.74 | 34.66 | 37.13 | - |
| YUV | 152.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 169 | 157 | 0.30 | 0 | 0.07 | 0.34 | 165.88 | 0.23 | 0.56 |
| Hex | 76 | A9 | 9D | 1E | 0 | 7 | 22 | A6 | 17 | 38 |
| Octal | 166 | 251 | 235 | 36 | 0 | 7 | 42 | 246 | 27 | 70 |
| Binary | 1110110 | 10101001 | 10011101 | 11110 | 0 | 111 | 100010 | 10100110 | 10111 | 111000 |
Color Harmonies of #76A99D
Complementary color
Monochromatic Colors of #76A99D
Black with #76A99D
Text Example
Text Example
White with #76A99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A99D; }
p { color: rgb(118,169,157); }
H1.HeaderClassName
{
color: #76A99D;
}
.AnyTagClassName
{
color: #76A99D;
}
</style>
background-color css
<style>
a { background-color: #76A99D; }
a { background-color: rgb(118,169,157); }
div.DivClassName
{
background-color: #76A99D;
}
.BgClassName
{
background-color: #76A99D;
}
</style>
border-color css
<style>
span { border-color: #76A99D; }
span { border-color: rgb(118,169,157); }
td.TdClassName
{
border-color: #76A99D;
}
.TagClassName
{
border-color: #76A99D;
}
</style>