Shades of Watercourse #007752
Tints of Watercourse #007752
RGB
CMYK
RGB Variations
Color information
#007752 (or 0x007752) is known color: Watercourse. HEX triplet: 00, 77 and 52. RGB value is (0,119,82). Sum of RGB (Red+Green+Blue) = 0+119+82=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #007752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007752 is #FF88AD. Grayscale: #4F4F4F. Windows color (decimal): -16746670 or 5404416. OLE color: 5404416.
HSL color Cylindrical-coordinate representation of color #007752: hue angle of 161.34º 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 #007752 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 82 | - |
| CMYK | 1 | 0 | 0.31 | 0.53 |
| HSL | 161.34º | 1% | 0.23% | - |
| HSV(B) | 161.34º | 1% | 0.47% | - |
| XYZ | 8.12 | 13.8 | 10.22 | - |
| YUV | 79.2 | 129.58 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 82 | 1 | 0 | 0.31 | 0.53 | 161.34 | 1 | 0.23 |
| Hex | 0 | 77 | 52 | 64 | 0 | 1F | 35 | A1 | 64 | 17 |
| Octal | 0 | 167 | 122 | 144 | 0 | 37 | 65 | 241 | 144 | 27 |
| Binary | 0 | 1110111 | 1010010 | 1100100 | 0 | 11111 | 110101 | 10100001 | 1100100 | 10111 |
Color Harmonies of #007752
Complementary color
Monochromatic Colors of #007752
Black with #007752
Text Example
Text Example
White with #007752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007752; }
p { color: rgb(0,119,82); }
H1.HeaderClassName
{
color: #007752;
}
.AnyTagClassName
{
color: #007752;
}
</style>
background-color css
<style>
a { background-color: #007752; }
a { background-color: rgb(0,119,82); }
div.DivClassName
{
background-color: #007752;
}
.BgClassName
{
background-color: #007752;
}
</style>
border-color css
<style>
span { border-color: #007752; }
span { border-color: rgb(0,119,82); }
td.TdClassName
{
border-color: #007752;
}
.TagClassName
{
border-color: #007752;
}
</style>