Shades of Deep Sea #0C7764
Tints of Deep Sea #0C7764
RGB
CMYK
RGB Variations
Color information
#0C7764 (or 0x0C7764) is known color: Deep Sea. HEX triplet: 0C, 77 and 64. RGB value is (12,119,100). Sum of RGB (Red+Green+Blue) = 12+119+100=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7764 is #F3889B. Grayscale: #545454. Windows color (decimal): -15960220 or 6584076. OLE color: 6584076.
HSL color Cylindrical-coordinate representation of color #0C7764: hue angle of 169.35º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7764 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 119 | 100 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.53 |
| HSL | 169.35º | 0.82% | 0.26% | - |
| HSV(B) | 169.35º | 0.9% | 0.47% | - |
| XYZ | 9.05 | 14.19 | 14.32 | - |
| YUV | 84.84 | 136.55 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 119 | 100 | 0.90 | 0 | 0.16 | 0.53 | 169.35 | 0.82 | 0.26 |
| Hex | C | 77 | 64 | 5A | 0 | 10 | 35 | A9 | 52 | 1A |
| Octal | 14 | 167 | 144 | 132 | 0 | 20 | 65 | 251 | 122 | 32 |
| Binary | 1100 | 1110111 | 1100100 | 1011010 | 0 | 10000 | 110101 | 10101001 | 1010010 | 11010 |
Color Harmonies of #0C7764
Complementary color
Monochromatic Colors of #0C7764
Black with #0C7764
Text Example
Text Example
White with #0C7764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7764; }
p { color: rgb(12,119,100); }
H1.HeaderClassName
{
color: #0C7764;
}
.AnyTagClassName
{
color: #0C7764;
}
</style>
background-color css
<style>
a { background-color: #0C7764; }
a { background-color: rgb(12,119,100); }
div.DivClassName
{
background-color: #0C7764;
}
.BgClassName
{
background-color: #0C7764;
}
</style>
border-color css
<style>
span { border-color: #0C7764; }
span { border-color: rgb(12,119,100); }
td.TdClassName
{
border-color: #0C7764;
}
.TagClassName
{
border-color: #0C7764;
}
</style>