Shades of Watercourse #07774B
Tints of Watercourse #07774B
RGB
CMYK
RGB Variations
Color information
#07774B (or 0x07774B) is known color: Watercourse. HEX triplet: 07, 77 and 4B. RGB value is (7,119,75). Sum of RGB (Red+Green+Blue) = 7+119+75=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #07774B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07774B is #F888B4. Grayscale: #505050. Windows color (decimal): -16287925 or 4945671. OLE color: 4945671.
HSL color Cylindrical-coordinate representation of color #07774B: hue angle of 156.43º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07774B is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 119 | 75 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.53 |
| HSL | 156.43º | 0.89% | 0.25% | - |
| HSV(B) | 156.43º | 0.94% | 0.47% | - |
| XYZ | 7.95 | 13.75 | 8.89 | - |
| YUV | 80.5 | 124.89 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 75 | 0.94 | 0 | 0.37 | 0.53 | 156.43 | 0.89 | 0.25 |
| Hex | 7 | 77 | 4B | 5E | 0 | 25 | 35 | 9C | 59 | 19 |
| Octal | 7 | 167 | 113 | 136 | 0 | 45 | 65 | 234 | 131 | 31 |
| Binary | 111 | 1110111 | 1001011 | 1011110 | 0 | 100101 | 110101 | 10011100 | 1011001 | 11001 |
Color Harmonies of #07774B
Complementary color
Monochromatic Colors of #07774B
Black with #07774B
Text Example
Text Example
White with #07774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07774B; }
p { color: rgb(7,119,75); }
H1.HeaderClassName
{
color: #07774B;
}
.AnyTagClassName
{
color: #07774B;
}
</style>
background-color css
<style>
a { background-color: #07774B; }
a { background-color: rgb(7,119,75); }
div.DivClassName
{
background-color: #07774B;
}
.BgClassName
{
background-color: #07774B;
}
</style>
border-color css
<style>
span { border-color: #07774B; }
span { border-color: rgb(7,119,75); }
td.TdClassName
{
border-color: #07774B;
}
.TagClassName
{
border-color: #07774B;
}
</style>