Shades of Watercourse #07754E
Tints of Watercourse #07754E
RGB
CMYK
RGB Variations
Color information
#07754E (or 0x07754E) is known color: Watercourse. HEX triplet: 07, 75 and 4E. RGB value is (7,117,78). Sum of RGB (Red+Green+Blue) = 7+117+78=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #07754E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07754E is #F88AB1. Grayscale: #4F4F4F. Windows color (decimal): -16288434 or 5141767. OLE color: 5141767.
HSL color Cylindrical-coordinate representation of color #07754E: hue angle of 158.73º 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 #07754E is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 117 | 78 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.54 |
| HSL | 158.73º | 0.89% | 0.24% | - |
| HSV(B) | 158.73º | 0.94% | 0.46% | - |
| XYZ | 7.82 | 13.32 | 9.37 | - |
| YUV | 79.66 | 127.06 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 78 | 0.94 | 0 | 0.33 | 0.54 | 158.73 | 0.89 | 0.24 |
| Hex | 7 | 75 | 4E | 5E | 0 | 21 | 36 | 9F | 59 | 18 |
| Octal | 7 | 165 | 116 | 136 | 0 | 41 | 66 | 237 | 131 | 30 |
| Binary | 111 | 1110101 | 1001110 | 1011110 | 0 | 100001 | 110110 | 10011111 | 1011001 | 11000 |
Color Harmonies of #07754E
Complementary color
Monochromatic Colors of #07754E
Black with #07754E
Text Example
Text Example
White with #07754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07754E; }
p { color: rgb(7,117,78); }
H1.HeaderClassName
{
color: #07754E;
}
.AnyTagClassName
{
color: #07754E;
}
</style>
background-color css
<style>
a { background-color: #07754E; }
a { background-color: rgb(7,117,78); }
div.DivClassName
{
background-color: #07754E;
}
.BgClassName
{
background-color: #07754E;
}
</style>
border-color css
<style>
span { border-color: #07754E; }
span { border-color: rgb(7,117,78); }
td.TdClassName
{
border-color: #07754E;
}
.TagClassName
{
border-color: #07754E;
}
</style>