Shades of Gulf Stream #7FACA7
Tints of Gulf Stream #7FACA7
RGB
CMYK
RGB Variations
Color information
#7FACA7 (or 0x7FACA7) is known color: Gulf Stream. HEX triplet: 7F, AC and A7. RGB value is (127,172,167). Sum of RGB (Red+Green+Blue) = 127+172+167=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 167 (65.62% from 255 or 35.84% from 466); Max value from RGB is 172 - color contains mainly: green. Hex color #7FACA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FACA7 is #805358. Grayscale: #9D9D9D. Windows color (decimal): -8409945 or 10988671. OLE color: 10988671.
HSL color Cylindrical-coordinate representation of color #7FACA7: hue angle of 173.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FACA7 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 167 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.33 |
| HSL | 173.33º | 0.21% | 0.59% | - |
| HSV(B) | 173.33º | 0.26% | 0.67% | - |
| XYZ | 30.48 | 36.81 | 42.06 | - |
| YUV | 157.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 167 | 0.26 | 0 | 0.03 | 0.33 | 173.33 | 0.21 | 0.59 |
| Hex | 7F | AC | A7 | 1A | 0 | 3 | 21 | AD | 15 | 3B |
| Octal | 177 | 254 | 247 | 32 | 0 | 3 | 41 | 255 | 25 | 73 |
| Binary | 1111111 | 10101100 | 10100111 | 11010 | 0 | 11 | 100001 | 10101101 | 10101 | 111011 |
Color Harmonies of #7FACA7
Complementary color
Monochromatic Colors of #7FACA7
Black with #7FACA7
Text Example
Text Example
White with #7FACA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FACA7; }
p { color: rgb(127,172,167); }
H1.HeaderClassName
{
color: #7FACA7;
}
.AnyTagClassName
{
color: #7FACA7;
}
</style>
background-color css
<style>
a { background-color: #7FACA7; }
a { background-color: rgb(127,172,167); }
div.DivClassName
{
background-color: #7FACA7;
}
.BgClassName
{
background-color: #7FACA7;
}
</style>
border-color css
<style>
span { border-color: #7FACA7; }
span { border-color: rgb(127,172,167); }
td.TdClassName
{
border-color: #7FACA7;
}
.TagClassName
{
border-color: #7FACA7;
}
</style>