Shades of Watercourse #07744C
Tints of Watercourse #07744C
RGB
CMYK
RGB Variations
Color information
#07744C (or 0x07744C) is known color: Watercourse. HEX triplet: 07, 74 and 4C. RGB value is (7,116,76). Sum of RGB (Red+Green+Blue) = 7+116+76=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 116 (45.70% from 255 or 58.29% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 116 - color contains mainly: green. Hex color #07744C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07744C is #F88BB3. Grayscale: #4E4E4E. Windows color (decimal): -16288692 or 5010439. OLE color: 5010439.
HSL color Cylindrical-coordinate representation of color #07744C: hue angle of 157.98º degrees, saturation: 0.89, 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 #07744C is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 116 | 76 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.55 |
| HSL | 157.98º | 0.89% | 0.24% | - |
| HSV(B) | 157.98º | 0.94% | 0.45% | - |
| XYZ | 7.64 | 13.06 | 8.96 | - |
| YUV | 78.85 | 126.39 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 116 | 76 | 0.94 | 0 | 0.34 | 0.55 | 157.98 | 0.89 | 0.24 |
| Hex | 7 | 74 | 4C | 5E | 0 | 22 | 37 | 9E | 59 | 18 |
| Octal | 7 | 164 | 114 | 136 | 0 | 42 | 67 | 236 | 131 | 30 |
| Binary | 111 | 1110100 | 1001100 | 1011110 | 0 | 100010 | 110111 | 10011110 | 1011001 | 11000 |
Color Harmonies of #07744C
Complementary color
Monochromatic Colors of #07744C
Black with #07744C
Text Example
Text Example
White with #07744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07744C; }
p { color: rgb(7,116,76); }
H1.HeaderClassName
{
color: #07744C;
}
.AnyTagClassName
{
color: #07744C;
}
</style>
background-color css
<style>
a { background-color: #07744C; }
a { background-color: rgb(7,116,76); }
div.DivClassName
{
background-color: #07744C;
}
.BgClassName
{
background-color: #07744C;
}
</style>
border-color css
<style>
span { border-color: #07744C; }
span { border-color: rgb(7,116,76); }
td.TdClassName
{
border-color: #07744C;
}
.TagClassName
{
border-color: #07744C;
}
</style>