Shades of Watercourse #077047
Tints of Watercourse #077047
RGB
CMYK
RGB Variations
Color information
#077047 (or 0x077047) is known color: Watercourse. HEX triplet: 07, 70 and 47. RGB value is (7,112,71). Sum of RGB (Red+Green+Blue) = 7+112+71=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #077047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077047 is #F88FB8. Grayscale: #4B4B4B. Windows color (decimal): -16289721 or 4681735. OLE color: 4681735.
HSL color Cylindrical-coordinate representation of color #077047: hue angle of 156.57º 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 #077047 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 71 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.56 |
| HSL | 156.57º | 0.88% | 0.23% | - |
| HSV(B) | 156.57º | 0.94% | 0.44% | - |
| XYZ | 7.02 | 12.09 | 7.92 | - |
| YUV | 75.93 | 125.21 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 71 | 0.94 | 0 | 0.37 | 0.56 | 156.57 | 0.88 | 0.23 |
| Hex | 7 | 70 | 47 | 5E | 0 | 25 | 38 | 9D | 58 | 17 |
| Octal | 7 | 160 | 107 | 136 | 0 | 45 | 70 | 235 | 130 | 27 |
| Binary | 111 | 1110000 | 1000111 | 1011110 | 0 | 100101 | 111000 | 10011101 | 1011000 | 10111 |
Color Harmonies of #077047
Complementary color
Monochromatic Colors of #077047
Black with #077047
Text Example
Text Example
White with #077047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077047; }
p { color: rgb(7,112,71); }
H1.HeaderClassName
{
color: #077047;
}
.AnyTagClassName
{
color: #077047;
}
</style>
background-color css
<style>
a { background-color: #077047; }
a { background-color: rgb(7,112,71); }
div.DivClassName
{
background-color: #077047;
}
.BgClassName
{
background-color: #077047;
}
</style>
border-color css
<style>
span { border-color: #077047; }
span { border-color: rgb(7,112,71); }
td.TdClassName
{
border-color: #077047;
}
.TagClassName
{
border-color: #077047;
}
</style>