Shades of Watercourse #077255
Tints of Watercourse #077255
RGB
CMYK
RGB Variations
Color information
#077255 (or 0x077255) is known color: Watercourse. HEX triplet: 07, 72 and 55. RGB value is (7,114,85). Sum of RGB (Red+Green+Blue) = 7+114+85=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #077255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077255 is #F88DAA. Grayscale: #4E4E4E. Windows color (decimal): -16289195 or 5599751. OLE color: 5599751.
HSL color Cylindrical-coordinate representation of color #077255: hue angle of 163.74º 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 #077255 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 114 | 85 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.55 |
| HSL | 163.74º | 0.88% | 0.24% | - |
| HSV(B) | 163.74º | 0.94% | 0.45% | - |
| XYZ | 7.74 | 12.74 | 10.64 | - |
| YUV | 78.7 | 131.55 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 85 | 0.94 | 0 | 0.25 | 0.55 | 163.74 | 0.88 | 0.24 |
| Hex | 7 | 72 | 55 | 5E | 0 | 19 | 37 | A4 | 58 | 18 |
| Octal | 7 | 162 | 125 | 136 | 0 | 31 | 67 | 244 | 130 | 30 |
| Binary | 111 | 1110010 | 1010101 | 1011110 | 0 | 11001 | 110111 | 10100100 | 1011000 | 11000 |
Color Harmonies of #077255
Complementary color
Monochromatic Colors of #077255
Black with #077255
Text Example
Text Example
White with #077255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077255; }
p { color: rgb(7,114,85); }
H1.HeaderClassName
{
color: #077255;
}
.AnyTagClassName
{
color: #077255;
}
</style>
background-color css
<style>
a { background-color: #077255; }
a { background-color: rgb(7,114,85); }
div.DivClassName
{
background-color: #077255;
}
.BgClassName
{
background-color: #077255;
}
</style>
border-color css
<style>
span { border-color: #077255; }
span { border-color: rgb(7,114,85); }
td.TdClassName
{
border-color: #077255;
}
.TagClassName
{
border-color: #077255;
}
</style>