Shades of Gulf Stream #7CB7A5
Tints of Gulf Stream #7CB7A5
RGB
CMYK
RGB Variations
Color information
#7CB7A5 (or 0x7CB7A5) is known color: Gulf Stream. HEX triplet: 7C, B7 and A5. RGB value is (124,183,165). Sum of RGB (Red+Green+Blue) = 124+183+165=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB7A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB7A5 is #83485A. Grayscale: #A3A3A3. Windows color (decimal): -8603739 or 10860412. OLE color: 10860412.
HSL color Cylindrical-coordinate representation of color #7CB7A5: hue angle of 161.69º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CB7A5 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 165 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.28 |
| HSL | 161.69º | 0.29% | 0.6% | - |
| HSV(B) | 161.69º | 0.32% | 0.72% | - |
| XYZ | 32.04 | 40.87 | 41.8 | - |
| YUV | 163.31 | 128.95 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 165 | 0.32 | 0 | 0.10 | 0.28 | 161.69 | 0.29 | 0.6 |
| Hex | 7C | B7 | A5 | 20 | 0 | A | 1C | A2 | 1D | 3C |
| Octal | 174 | 267 | 245 | 40 | 0 | 12 | 34 | 242 | 35 | 74 |
| Binary | 1111100 | 10110111 | 10100101 | 100000 | 0 | 1010 | 11100 | 10100010 | 11101 | 111100 |
Color Harmonies of #7CB7A5
Complementary color
Monochromatic Colors of #7CB7A5
Black with #7CB7A5
Text Example
Text Example
White with #7CB7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB7A5; }
p { color: rgb(124,183,165); }
H1.HeaderClassName
{
color: #7CB7A5;
}
.AnyTagClassName
{
color: #7CB7A5;
}
</style>
background-color css
<style>
a { background-color: #7CB7A5; }
a { background-color: rgb(124,183,165); }
div.DivClassName
{
background-color: #7CB7A5;
}
.BgClassName
{
background-color: #7CB7A5;
}
</style>
border-color css
<style>
span { border-color: #7CB7A5; }
span { border-color: rgb(124,183,165); }
td.TdClassName
{
border-color: #7CB7A5;
}
.TagClassName
{
border-color: #7CB7A5;
}
</style>