Shades of Gulf Stream #7CB7AA
Tints of Gulf Stream #7CB7AA
RGB
CMYK
RGB Variations
Color information
#7CB7AA (or 0x7CB7AA) is known color: Gulf Stream. HEX triplet: 7C, B7 and AA. RGB value is (124,183,170). Sum of RGB (Red+Green+Blue) = 124+183+170=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB7AA is #834855. Grayscale: #A3A3A3. Windows color (decimal): -8603734 or 11188092. OLE color: 11188092.
HSL color Cylindrical-coordinate representation of color #7CB7AA: hue angle of 166.78º 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 #7CB7AA is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 170 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.28 |
| HSL | 166.78º | 0.29% | 0.6% | - |
| HSV(B) | 166.78º | 0.32% | 0.72% | - |
| XYZ | 32.5 | 41.05 | 44.24 | - |
| YUV | 163.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 170 | 0.32 | 0 | 0.07 | 0.28 | 166.78 | 0.29 | 0.6 |
| Hex | 7C | B7 | AA | 20 | 0 | 7 | 1C | A7 | 1D | 3C |
| Octal | 174 | 267 | 252 | 40 | 0 | 7 | 34 | 247 | 35 | 74 |
| Binary | 1111100 | 10110111 | 10101010 | 100000 | 0 | 111 | 11100 | 10100111 | 11101 | 111100 |
Color Harmonies of #7CB7AA
Complementary color
Monochromatic Colors of #7CB7AA
Black with #7CB7AA
Text Example
Text Example
White with #7CB7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB7AA; }
p { color: rgb(124,183,170); }
H1.HeaderClassName
{
color: #7CB7AA;
}
.AnyTagClassName
{
color: #7CB7AA;
}
</style>
background-color css
<style>
a { background-color: #7CB7AA; }
a { background-color: rgb(124,183,170); }
div.DivClassName
{
background-color: #7CB7AA;
}
.BgClassName
{
background-color: #7CB7AA;
}
</style>
border-color css
<style>
span { border-color: #7CB7AA; }
span { border-color: rgb(124,183,170); }
td.TdClassName
{
border-color: #7CB7AA;
}
.TagClassName
{
border-color: #7CB7AA;
}
</style>