Shades of Gulf Stream #7BACA7
Tints of Gulf Stream #7BACA7
RGB
CMYK
RGB Variations
Color information
#7BACA7 (or 0x7BACA7) is known color: Gulf Stream. HEX triplet: 7B, AC and A7. RGB value is (123,172,167). Sum of RGB (Red+Green+Blue) = 123+172+167=462 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.62% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #7BACA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BACA7 is #845358. Grayscale: #9C9C9C. Windows color (decimal): -8672089 or 10988667. OLE color: 10988667.
HSL color Cylindrical-coordinate representation of color #7BACA7: hue angle of 173.88º degrees, saturation: 0.23, 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 #7BACA7 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 167 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.33 |
| HSL | 173.88º | 0.23% | 0.58% | - |
| HSV(B) | 173.88º | 0.28% | 0.67% | - |
| XYZ | 29.9 | 36.51 | 42.03 | - |
| YUV | 156.78 | 133.77 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 167 | 0.28 | 0 | 0.03 | 0.33 | 173.88 | 0.23 | 0.58 |
| Hex | 7B | AC | A7 | 1C | 0 | 3 | 21 | AE | 17 | 3A |
| Octal | 173 | 254 | 247 | 34 | 0 | 3 | 41 | 256 | 27 | 72 |
| Binary | 1111011 | 10101100 | 10100111 | 11100 | 0 | 11 | 100001 | 10101110 | 10111 | 111010 |
Color Harmonies of #7BACA7
Complementary color
Monochromatic Colors of #7BACA7
Black with #7BACA7
Text Example
Text Example
White with #7BACA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BACA7; }
p { color: rgb(123,172,167); }
H1.HeaderClassName
{
color: #7BACA7;
}
.AnyTagClassName
{
color: #7BACA7;
}
</style>
background-color css
<style>
a { background-color: #7BACA7; }
a { background-color: rgb(123,172,167); }
div.DivClassName
{
background-color: #7BACA7;
}
.BgClassName
{
background-color: #7BACA7;
}
</style>
border-color css
<style>
span { border-color: #7BACA7; }
span { border-color: rgb(123,172,167); }
td.TdClassName
{
border-color: #7BACA7;
}
.TagClassName
{
border-color: #7BACA7;
}
</style>