Shades of Gulf Stream #7BABA7
Tints of Gulf Stream #7BABA7
RGB
CMYK
RGB Variations
Color information
#7BABA7 (or 0x7BABA7) is known color: Gulf Stream. HEX triplet: 7B, AB and A7. RGB value is (123,171,167). Sum of RGB (Red+Green+Blue) = 123+171+167=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 171 - color contains mainly: green. Hex color #7BABA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BABA7 is #845458. Grayscale: #9C9C9C. Windows color (decimal): -8672345 or 10988411. OLE color: 10988411.
HSL color Cylindrical-coordinate representation of color #7BABA7: hue angle of 175º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BABA7 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 167 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.33 |
| HSL | 175º | 0.22% | 0.58% | - |
| HSV(B) | 175º | 0.28% | 0.67% | - |
| XYZ | 29.71 | 36.13 | 41.97 | - |
| YUV | 156.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 167 | 0.28 | 0 | 0.02 | 0.33 | 175 | 0.22 | 0.58 |
| Hex | 7B | AB | A7 | 1C | 0 | 2 | 21 | AF | 16 | 3A |
| Octal | 173 | 253 | 247 | 34 | 0 | 2 | 41 | 257 | 26 | 72 |
| Binary | 1111011 | 10101011 | 10100111 | 11100 | 0 | 10 | 100001 | 10101111 | 10110 | 111010 |
Color Harmonies of #7BABA7
Complementary color
Monochromatic Colors of #7BABA7
Black with #7BABA7
Text Example
Text Example
White with #7BABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BABA7; }
p { color: rgb(123,171,167); }
H1.HeaderClassName
{
color: #7BABA7;
}
.AnyTagClassName
{
color: #7BABA7;
}
</style>
background-color css
<style>
a { background-color: #7BABA7; }
a { background-color: rgb(123,171,167); }
div.DivClassName
{
background-color: #7BABA7;
}
.BgClassName
{
background-color: #7BABA7;
}
</style>
border-color css
<style>
span { border-color: #7BABA7; }
span { border-color: rgb(123,171,167); }
td.TdClassName
{
border-color: #7BABA7;
}
.TagClassName
{
border-color: #7BABA7;
}
</style>