Shades of Watercourse #007755
Tints of Watercourse #007755
RGB
CMYK
RGB Variations
Color information
#007755 (or 0x007755) is known color: Watercourse. HEX triplet: 00, 77 and 55. RGB value is (0,119,85). Sum of RGB (Red+Green+Blue) = 0+119+85=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #007755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007755 is #FF88AA. Grayscale: #4F4F4F. Windows color (decimal): -16746667 or 5601024. OLE color: 5601024.
HSL color Cylindrical-coordinate representation of color #007755: hue angle of 162.86º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007755 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 85 | - |
| CMYK | 1 | 0 | 0.29 | 0.53 |
| HSL | 162.86º | 1% | 0.23% | - |
| HSV(B) | 162.86º | 1% | 0.47% | - |
| XYZ | 8.24 | 13.85 | 10.83 | - |
| YUV | 79.54 | 131.08 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 85 | 1 | 0 | 0.29 | 0.53 | 162.86 | 1 | 0.23 |
| Hex | 0 | 77 | 55 | 64 | 0 | 1D | 35 | A3 | 64 | 17 |
| Octal | 0 | 167 | 125 | 144 | 0 | 35 | 65 | 243 | 144 | 27 |
| Binary | 0 | 1110111 | 1010101 | 1100100 | 0 | 11101 | 110101 | 10100011 | 1100100 | 10111 |
Color Harmonies of #007755
Complementary color
Monochromatic Colors of #007755
Black with #007755
Text Example
Text Example
White with #007755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007755; }
p { color: rgb(0,119,85); }
H1.HeaderClassName
{
color: #007755;
}
.AnyTagClassName
{
color: #007755;
}
</style>
background-color css
<style>
a { background-color: #007755; }
a { background-color: rgb(0,119,85); }
div.DivClassName
{
background-color: #007755;
}
.BgClassName
{
background-color: #007755;
}
</style>
border-color css
<style>
span { border-color: #007755; }
span { border-color: rgb(0,119,85); }
td.TdClassName
{
border-color: #007755;
}
.TagClassName
{
border-color: #007755;
}
</style>