Shades of Gulf Stream #78A7A1
Tints of Gulf Stream #78A7A1
RGB
CMYK
RGB Variations
Color information
#78A7A1 (or 0x78A7A1) is known color: Gulf Stream. HEX triplet: 78, A7 and A1. RGB value is (120,167,161). Sum of RGB (Red+Green+Blue) = 120+167+161=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 167 - color contains mainly: green. Hex color #78A7A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A7A1 is #87585E. Grayscale: #989898. Windows color (decimal): -8869983 or 10594168. OLE color: 10594168.
HSL color Cylindrical-coordinate representation of color #78A7A1: hue angle of 172.34º 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 #78A7A1 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 167 | 161 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.35 |
| HSL | 172.34º | 0.21% | 0.56% | - |
| HSV(B) | 172.34º | 0.28% | 0.65% | - |
| XYZ | 28 | 34.2 | 38.84 | - |
| YUV | 152.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 167 | 161 | 0.28 | 0 | 0.04 | 0.35 | 172.34 | 0.21 | 0.56 |
| Hex | 78 | A7 | A1 | 1C | 0 | 4 | 23 | AC | 15 | 38 |
| Octal | 170 | 247 | 241 | 34 | 0 | 4 | 43 | 254 | 25 | 70 |
| Binary | 1111000 | 10100111 | 10100001 | 11100 | 0 | 100 | 100011 | 10101100 | 10101 | 111000 |
Color Harmonies of #78A7A1
Complementary color
Monochromatic Colors of #78A7A1
Black with #78A7A1
Text Example
Text Example
White with #78A7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A7A1; }
p { color: rgb(120,167,161); }
H1.HeaderClassName
{
color: #78A7A1;
}
.AnyTagClassName
{
color: #78A7A1;
}
</style>
background-color css
<style>
a { background-color: #78A7A1; }
a { background-color: rgb(120,167,161); }
div.DivClassName
{
background-color: #78A7A1;
}
.BgClassName
{
background-color: #78A7A1;
}
</style>
border-color css
<style>
span { border-color: #78A7A1; }
span { border-color: rgb(120,167,161); }
td.TdClassName
{
border-color: #78A7A1;
}
.TagClassName
{
border-color: #78A7A1;
}
</style>