Shades of Watercourse #077950
Tints of Watercourse #077950
RGB
CMYK
RGB Variations
Color information
#077950 (or 0x077950) is known color: Watercourse. HEX triplet: 07, 79 and 50. RGB value is (7,121,80). Sum of RGB (Red+Green+Blue) = 7+121+80=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 121 (47.66% from 255 or 58.17% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 121 - color contains mainly: green. Hex color #077950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077950 is #F886AF. Grayscale: #525252. Windows color (decimal): -16287408 or 5273863. OLE color: 5273863.
HSL color Cylindrical-coordinate representation of color #077950: hue angle of 158.42º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077950 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 121 | 80 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.53 |
| HSL | 158.42º | 0.89% | 0.25% | - |
| HSV(B) | 158.42º | 0.94% | 0.47% | - |
| XYZ | 8.37 | 14.3 | 9.91 | - |
| YUV | 82.24 | 126.73 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 80 | 0.94 | 0 | 0.34 | 0.53 | 158.42 | 0.89 | 0.25 |
| Hex | 7 | 79 | 50 | 5E | 0 | 22 | 35 | 9E | 59 | 19 |
| Octal | 7 | 171 | 120 | 136 | 0 | 42 | 65 | 236 | 131 | 31 |
| Binary | 111 | 1111001 | 1010000 | 1011110 | 0 | 100010 | 110101 | 10011110 | 1011001 | 11001 |
Color Harmonies of #077950
Complementary color
Monochromatic Colors of #077950
Black with #077950
Text Example
Text Example
White with #077950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077950; }
p { color: rgb(7,121,80); }
H1.HeaderClassName
{
color: #077950;
}
.AnyTagClassName
{
color: #077950;
}
</style>
background-color css
<style>
a { background-color: #077950; }
a { background-color: rgb(7,121,80); }
div.DivClassName
{
background-color: #077950;
}
.BgClassName
{
background-color: #077950;
}
</style>
border-color css
<style>
span { border-color: #077950; }
span { border-color: rgb(7,121,80); }
td.TdClassName
{
border-color: #077950;
}
.TagClassName
{
border-color: #077950;
}
</style>