Shades of Watercourse #077050
Tints of Watercourse #077050
RGB
CMYK
RGB Variations
Color information
#077050 (or 0x077050) is known color: Watercourse. HEX triplet: 07, 70 and 50. RGB value is (7,112,80). Sum of RGB (Red+Green+Blue) = 7+112+80=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #077050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077050 is #F88FAF. Grayscale: #4C4C4C. Windows color (decimal): -16289712 or 5271559. OLE color: 5271559.
HSL color Cylindrical-coordinate representation of color #077050: hue angle of 161.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077050 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 80 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.56 |
| HSL | 161.71º | 0.88% | 0.23% | - |
| HSV(B) | 161.71º | 0.94% | 0.44% | - |
| XYZ | 7.33 | 12.21 | 9.56 | - |
| YUV | 76.96 | 129.71 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 80 | 0.94 | 0 | 0.29 | 0.56 | 161.71 | 0.88 | 0.23 |
| Hex | 7 | 70 | 50 | 5E | 0 | 1D | 38 | A2 | 58 | 17 |
| Octal | 7 | 160 | 120 | 136 | 0 | 35 | 70 | 242 | 130 | 27 |
| Binary | 111 | 1110000 | 1010000 | 1011110 | 0 | 11101 | 111000 | 10100010 | 1011000 | 10111 |
Color Harmonies of #077050
Complementary color
Monochromatic Colors of #077050
Black with #077050
Text Example
Text Example
White with #077050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077050; }
p { color: rgb(7,112,80); }
H1.HeaderClassName
{
color: #077050;
}
.AnyTagClassName
{
color: #077050;
}
</style>
background-color css
<style>
a { background-color: #077050; }
a { background-color: rgb(7,112,80); }
div.DivClassName
{
background-color: #077050;
}
.BgClassName
{
background-color: #077050;
}
</style>
border-color css
<style>
span { border-color: #077050; }
span { border-color: rgb(7,112,80); }
td.TdClassName
{
border-color: #077050;
}
.TagClassName
{
border-color: #077050;
}
</style>