Shades of Gulf Stream #79A79D
Tints of Gulf Stream #79A79D
RGB
CMYK
RGB Variations
Color information
#79A79D (or 0x79A79D) is known color: Gulf Stream. HEX triplet: 79, A7 and 9D. RGB value is (121,167,157). Sum of RGB (Red+Green+Blue) = 121+167+157=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 167 - color contains mainly: green. Hex color #79A79D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A79D is #865862. Grayscale: #989898. Windows color (decimal): -8804451 or 10332025. OLE color: 10332025.
HSL color Cylindrical-coordinate representation of color #79A79D: hue angle of 166.96º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #79A79D is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 121 | 167 | 157 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.35 |
| HSL | 166.96º | 0.21% | 0.56% | - |
| HSV(B) | 166.96º | 0.28% | 0.65% | - |
| XYZ | 27.79 | 34.14 | 37.02 | - |
| YUV | 152.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 167 | 157 | 0.28 | 0 | 0.06 | 0.35 | 166.96 | 0.21 | 0.56 |
| Hex | 79 | A7 | 9D | 1C | 0 | 6 | 23 | A7 | 15 | 38 |
| Octal | 171 | 247 | 235 | 34 | 0 | 6 | 43 | 247 | 25 | 70 |
| Binary | 1111001 | 10100111 | 10011101 | 11100 | 0 | 110 | 100011 | 10100111 | 10101 | 111000 |
Color Harmonies of #79A79D
Complementary color
Monochromatic Colors of #79A79D
Black with #79A79D
Text Example
Text Example
White with #79A79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A79D; }
p { color: rgb(121,167,157); }
H1.HeaderClassName
{
color: #79A79D;
}
.AnyTagClassName
{
color: #79A79D;
}
</style>
background-color css
<style>
a { background-color: #79A79D; }
a { background-color: rgb(121,167,157); }
div.DivClassName
{
background-color: #79A79D;
}
.BgClassName
{
background-color: #79A79D;
}
</style>
border-color css
<style>
span { border-color: #79A79D; }
span { border-color: rgb(121,167,157); }
td.TdClassName
{
border-color: #79A79D;
}
.TagClassName
{
border-color: #79A79D;
}
</style>