Shades of Watercourse #07754F
Tints of Watercourse #07754F
RGB
CMYK
RGB Variations
Color information
#07754F (or 0x07754F) is known color: Watercourse. HEX triplet: 07, 75 and 4F. RGB value is (7,117,79). Sum of RGB (Red+Green+Blue) = 7+117+79=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #07754F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07754F is #F88AB0. Grayscale: #4F4F4F. Windows color (decimal): -16288433 or 5207303. OLE color: 5207303.
HSL color Cylindrical-coordinate representation of color #07754F: hue angle of 159.27º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07754F is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 117 | 79 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.54 |
| HSL | 159.27º | 0.89% | 0.24% | - |
| HSV(B) | 159.27º | 0.94% | 0.46% | - |
| XYZ | 7.86 | 13.33 | 9.56 | - |
| YUV | 79.78 | 127.56 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 79 | 0.94 | 0 | 0.32 | 0.54 | 159.27 | 0.89 | 0.24 |
| Hex | 7 | 75 | 4F | 5E | 0 | 20 | 36 | 9F | 59 | 18 |
| Octal | 7 | 165 | 117 | 136 | 0 | 40 | 66 | 237 | 131 | 30 |
| Binary | 111 | 1110101 | 1001111 | 1011110 | 0 | 100000 | 110110 | 10011111 | 1011001 | 11000 |
Color Harmonies of #07754F
Complementary color
Monochromatic Colors of #07754F
Black with #07754F
Text Example
Text Example
White with #07754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07754F; }
p { color: rgb(7,117,79); }
H1.HeaderClassName
{
color: #07754F;
}
.AnyTagClassName
{
color: #07754F;
}
</style>
background-color css
<style>
a { background-color: #07754F; }
a { background-color: rgb(7,117,79); }
div.DivClassName
{
background-color: #07754F;
}
.BgClassName
{
background-color: #07754F;
}
</style>
border-color css
<style>
span { border-color: #07754F; }
span { border-color: rgb(7,117,79); }
td.TdClassName
{
border-color: #07754F;
}
.TagClassName
{
border-color: #07754F;
}
</style>