Shades of Deep Sea #0E7763
Tints of Deep Sea #0E7763
RGB
CMYK
RGB Variations
Color information
#0E7763 (or 0x0E7763) is known color: Deep Sea. HEX triplet: 0E, 77 and 63. RGB value is (14,119,99). Sum of RGB (Red+Green+Blue) = 14+119+99=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #0E7763 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7763 is #F1889C. Grayscale: #555555. Windows color (decimal): -15829149 or 6518542. OLE color: 6518542.
HSL color Cylindrical-coordinate representation of color #0E7763: hue angle of 168.57º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7763 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 119 | 99 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.53 |
| HSL | 168.57º | 0.79% | 0.26% | - |
| HSV(B) | 168.57º | 0.88% | 0.47% | - |
| XYZ | 9.03 | 14.19 | 14.07 | - |
| YUV | 85.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 119 | 99 | 0.88 | 0 | 0.17 | 0.53 | 168.57 | 0.79 | 0.26 |
| Hex | E | 77 | 63 | 58 | 0 | 11 | 35 | A9 | 4F | 1A |
| Octal | 16 | 167 | 143 | 130 | 0 | 21 | 65 | 251 | 117 | 32 |
| Binary | 1110 | 1110111 | 1100011 | 1011000 | 0 | 10001 | 110101 | 10101001 | 1001111 | 11010 |
Color Harmonies of #0E7763
Complementary color
Monochromatic Colors of #0E7763
Black with #0E7763
Text Example
Text Example
White with #0E7763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7763; }
p { color: rgb(14,119,99); }
H1.HeaderClassName
{
color: #0E7763;
}
.AnyTagClassName
{
color: #0E7763;
}
</style>
background-color css
<style>
a { background-color: #0E7763; }
a { background-color: rgb(14,119,99); }
div.DivClassName
{
background-color: #0E7763;
}
.BgClassName
{
background-color: #0E7763;
}
</style>
border-color css
<style>
span { border-color: #0E7763; }
span { border-color: rgb(14,119,99); }
td.TdClassName
{
border-color: #0E7763;
}
.TagClassName
{
border-color: #0E7763;
}
</style>