Shades of Gulf Stream #75A79C
Tints of Gulf Stream #75A79C
RGB
CMYK
RGB Variations
Color information
#75A79C (or 0x75A79C) is known color: Gulf Stream. HEX triplet: 75, A7 and 9C. RGB value is (117,167,156). Sum of RGB (Red+Green+Blue) = 117+167+156=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 167 - color contains mainly: green. Hex color #75A79C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A79C is #8A5863. Grayscale: #969696. Windows color (decimal): -9066596 or 10266485. OLE color: 10266485.
HSL color Cylindrical-coordinate representation of color #75A79C: hue angle of 166.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A79C is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 167 | 156 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.35 |
| HSL | 166.8º | 0.22% | 0.56% | - |
| HSV(B) | 166.8º | 0.3% | 0.65% | - |
| XYZ | 27.16 | 33.82 | 36.55 | - |
| YUV | 150.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 167 | 156 | 0.30 | 0 | 0.07 | 0.35 | 166.8 | 0.22 | 0.56 |
| Hex | 75 | A7 | 9C | 1E | 0 | 7 | 23 | A7 | 16 | 38 |
| Octal | 165 | 247 | 234 | 36 | 0 | 7 | 43 | 247 | 26 | 70 |
| Binary | 1110101 | 10100111 | 10011100 | 11110 | 0 | 111 | 100011 | 10100111 | 10110 | 111000 |
Color Harmonies of #75A79C
Complementary color
Monochromatic Colors of #75A79C
Black with #75A79C
Text Example
Text Example
White with #75A79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A79C; }
p { color: rgb(117,167,156); }
H1.HeaderClassName
{
color: #75A79C;
}
.AnyTagClassName
{
color: #75A79C;
}
</style>
background-color css
<style>
a { background-color: #75A79C; }
a { background-color: rgb(117,167,156); }
div.DivClassName
{
background-color: #75A79C;
}
.BgClassName
{
background-color: #75A79C;
}
</style>
border-color css
<style>
span { border-color: #75A79C; }
span { border-color: rgb(117,167,156); }
td.TdClassName
{
border-color: #75A79C;
}
.TagClassName
{
border-color: #75A79C;
}
</style>