Shades of Watercourse #077852
Tints of Watercourse #077852
RGB
CMYK
RGB Variations
Color information
#077852 (or 0x077852) is known color: Watercourse. HEX triplet: 07, 78 and 52. RGB value is (7,120,82). Sum of RGB (Red+Green+Blue) = 7+120+82=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 120 (47.27% from 255 or 57.42% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 120 - color contains mainly: green. Hex color #077852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077852 is #F887AD. Grayscale: #515151. Windows color (decimal): -16287662 or 5404679. OLE color: 5404679.
HSL color Cylindrical-coordinate representation of color #077852: hue angle of 159.82º 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 #077852 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 120 | 82 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.53 |
| HSL | 159.82º | 0.89% | 0.25% | - |
| HSV(B) | 159.82º | 0.94% | 0.47% | - |
| XYZ | 8.33 | 14.09 | 10.26 | - |
| YUV | 81.88 | 128.06 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 82 | 0.94 | 0 | 0.32 | 0.53 | 159.82 | 0.89 | 0.25 |
| Hex | 7 | 78 | 52 | 5E | 0 | 20 | 35 | A0 | 59 | 19 |
| Octal | 7 | 170 | 122 | 136 | 0 | 40 | 65 | 240 | 131 | 31 |
| Binary | 111 | 1111000 | 1010010 | 1011110 | 0 | 100000 | 110101 | 10100000 | 1011001 | 11001 |
Color Harmonies of #077852
Complementary color
Monochromatic Colors of #077852
Black with #077852
Text Example
Text Example
White with #077852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077852; }
p { color: rgb(7,120,82); }
H1.HeaderClassName
{
color: #077852;
}
.AnyTagClassName
{
color: #077852;
}
</style>
background-color css
<style>
a { background-color: #077852; }
a { background-color: rgb(7,120,82); }
div.DivClassName
{
background-color: #077852;
}
.BgClassName
{
background-color: #077852;
}
</style>
border-color css
<style>
span { border-color: #077852; }
span { border-color: rgb(7,120,82); }
td.TdClassName
{
border-color: #077852;
}
.TagClassName
{
border-color: #077852;
}
</style>