Shades of Watercourse #077256
Tints of Watercourse #077256
RGB
CMYK
RGB Variations
Color information
#077256 (or 0x077256) is known color: Watercourse. HEX triplet: 07, 72 and 56. RGB value is (7,114,86). Sum of RGB (Red+Green+Blue) = 7+114+86=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #077256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077256 is #F88DA9. Grayscale: #4E4E4E. Windows color (decimal): -16289194 or 5665287. OLE color: 5665287.
HSL color Cylindrical-coordinate representation of color #077256: hue angle of 164.3º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077256 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 114 | 86 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.55 |
| HSL | 164.3º | 0.88% | 0.24% | - |
| HSV(B) | 164.3º | 0.94% | 0.45% | - |
| XYZ | 7.78 | 12.75 | 10.86 | - |
| YUV | 78.82 | 132.05 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 86 | 0.94 | 0 | 0.25 | 0.55 | 164.3 | 0.88 | 0.24 |
| Hex | 7 | 72 | 56 | 5E | 0 | 19 | 37 | A4 | 58 | 18 |
| Octal | 7 | 162 | 126 | 136 | 0 | 31 | 67 | 244 | 130 | 30 |
| Binary | 111 | 1110010 | 1010110 | 1011110 | 0 | 11001 | 110111 | 10100100 | 1011000 | 11000 |
Color Harmonies of #077256
Complementary color
Monochromatic Colors of #077256
Black with #077256
Text Example
Text Example
White with #077256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077256; }
p { color: rgb(7,114,86); }
H1.HeaderClassName
{
color: #077256;
}
.AnyTagClassName
{
color: #077256;
}
</style>
background-color css
<style>
a { background-color: #077256; }
a { background-color: rgb(7,114,86); }
div.DivClassName
{
background-color: #077256;
}
.BgClassName
{
background-color: #077256;
}
</style>
border-color css
<style>
span { border-color: #077256; }
span { border-color: rgb(7,114,86); }
td.TdClassName
{
border-color: #077256;
}
.TagClassName
{
border-color: #077256;
}
</style>