Shades of Gulf Stream #76A79C
Tints of Gulf Stream #76A79C
RGB
CMYK
RGB Variations
Color information
#76A79C (or 0x76A79C) is known color: Gulf Stream. HEX triplet: 76, A7 and 9C. RGB value is (118,167,156). Sum of RGB (Red+Green+Blue) = 118+167+156=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 167 - color contains mainly: green. Hex color #76A79C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A79C is #895863. Grayscale: #979797. Windows color (decimal): -9001060 or 10266486. OLE color: 10266486.
HSL color Cylindrical-coordinate representation of color #76A79C: hue angle of 166.53º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76A79C is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 167 | 156 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.35 |
| HSL | 166.53º | 0.22% | 0.56% | - |
| HSV(B) | 166.53º | 0.29% | 0.65% | - |
| XYZ | 27.29 | 33.89 | 36.56 | - |
| YUV | 151.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 167 | 156 | 0.29 | 0 | 0.07 | 0.35 | 166.53 | 0.22 | 0.56 |
| Hex | 76 | A7 | 9C | 1D | 0 | 7 | 23 | A7 | 16 | 38 |
| Octal | 166 | 247 | 234 | 35 | 0 | 7 | 43 | 247 | 26 | 70 |
| Binary | 1110110 | 10100111 | 10011100 | 11101 | 0 | 111 | 100011 | 10100111 | 10110 | 111000 |
Color Harmonies of #76A79C
Complementary color
Monochromatic Colors of #76A79C
Black with #76A79C
Text Example
Text Example
White with #76A79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A79C; }
p { color: rgb(118,167,156); }
H1.HeaderClassName
{
color: #76A79C;
}
.AnyTagClassName
{
color: #76A79C;
}
</style>
background-color css
<style>
a { background-color: #76A79C; }
a { background-color: rgb(118,167,156); }
div.DivClassName
{
background-color: #76A79C;
}
.BgClassName
{
background-color: #76A79C;
}
</style>
border-color css
<style>
span { border-color: #76A79C; }
span { border-color: rgb(118,167,156); }
td.TdClassName
{
border-color: #76A79C;
}
.TagClassName
{
border-color: #76A79C;
}
</style>