Shades of Watercourse #077250
Tints of Watercourse #077250
RGB
CMYK
RGB Variations
Color information
#077250 (or 0x077250) is known color: Watercourse. HEX triplet: 07, 72 and 50. RGB value is (7,114,80). Sum of RGB (Red+Green+Blue) = 7+114+80=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #077250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077250 is #F88DAF. Grayscale: #4E4E4E. Windows color (decimal): -16289200 or 5272071. OLE color: 5272071.
HSL color Cylindrical-coordinate representation of color #077250: hue angle of 160.93º 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 #077250 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 114 | 80 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.55 |
| HSL | 160.93º | 0.88% | 0.24% | - |
| HSV(B) | 160.93º | 0.94% | 0.45% | - |
| XYZ | 7.55 | 12.66 | 9.63 | - |
| YUV | 78.13 | 129.05 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 80 | 0.94 | 0 | 0.30 | 0.55 | 160.93 | 0.88 | 0.24 |
| Hex | 7 | 72 | 50 | 5E | 0 | 1E | 37 | A1 | 58 | 18 |
| Octal | 7 | 162 | 120 | 136 | 0 | 36 | 67 | 241 | 130 | 30 |
| Binary | 111 | 1110010 | 1010000 | 1011110 | 0 | 11110 | 110111 | 10100001 | 1011000 | 11000 |
Color Harmonies of #077250
Complementary color
Monochromatic Colors of #077250
Black with #077250
Text Example
Text Example
White with #077250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077250; }
p { color: rgb(7,114,80); }
H1.HeaderClassName
{
color: #077250;
}
.AnyTagClassName
{
color: #077250;
}
</style>
background-color css
<style>
a { background-color: #077250; }
a { background-color: rgb(7,114,80); }
div.DivClassName
{
background-color: #077250;
}
.BgClassName
{
background-color: #077250;
}
</style>
border-color css
<style>
span { border-color: #077250; }
span { border-color: rgb(7,114,80); }
td.TdClassName
{
border-color: #077250;
}
.TagClassName
{
border-color: #077250;
}
</style>