Shades of Watercourse #076C53
Tints of Watercourse #076C53
RGB
CMYK
RGB Variations
Color information
#076C53 (or 0x076C53) is known color: Watercourse. HEX triplet: 07, 6C and 53. RGB value is (7,108,83). Sum of RGB (Red+Green+Blue) = 7+108+83=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 108 (42.58% from 255 or 54.55% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 108 - color contains mainly: green. Hex color #076C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076C53 is #F893AC. Grayscale: #4A4A4A. Windows color (decimal): -16290733 or 5467143. OLE color: 5467143.
HSL color Cylindrical-coordinate representation of color #076C53: hue angle of 165.15º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076C53 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 108 | 83 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.58 |
| HSL | 165.15º | 0.88% | 0.23% | - |
| HSV(B) | 165.15º | 0.94% | 0.42% | - |
| XYZ | 7.01 | 11.39 | 10.01 | - |
| YUV | 74.95 | 132.54 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 83 | 0.94 | 0 | 0.23 | 0.58 | 165.15 | 0.88 | 0.23 |
| Hex | 7 | 6C | 53 | 5E | 0 | 17 | 3A | A5 | 58 | 17 |
| Octal | 7 | 154 | 123 | 136 | 0 | 27 | 72 | 245 | 130 | 27 |
| Binary | 111 | 1101100 | 1010011 | 1011110 | 0 | 10111 | 111010 | 10100101 | 1011000 | 10111 |
Color Harmonies of #076C53
Complementary color
Monochromatic Colors of #076C53
Black with #076C53
Text Example
Text Example
White with #076C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076C53; }
p { color: rgb(7,108,83); }
H1.HeaderClassName
{
color: #076C53;
}
.AnyTagClassName
{
color: #076C53;
}
</style>
background-color css
<style>
a { background-color: #076C53; }
a { background-color: rgb(7,108,83); }
div.DivClassName
{
background-color: #076C53;
}
.BgClassName
{
background-color: #076C53;
}
</style>
border-color css
<style>
span { border-color: #076C53; }
span { border-color: rgb(7,108,83); }
td.TdClassName
{
border-color: #076C53;
}
.TagClassName
{
border-color: #076C53;
}
</style>