Shades of Deep Sea #078461
Tints of Deep Sea #078461
RGB
CMYK
RGB Variations
Color information
#078461 (or 0x078461) is known color: Deep Sea. HEX triplet: 07, 84 and 61. RGB value is (7,132,97). Sum of RGB (Red+Green+Blue) = 7+132+97=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #078461 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078461 is #F87B9E. Grayscale: #5A5A5A. Windows color (decimal): -16284575 or 6390791. OLE color: 6390791.
HSL color Cylindrical-coordinate representation of color #078461: hue angle of 163.2º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078461 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 132 | 97 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.48 |
| HSL | 163.2º | 0.9% | 0.27% | - |
| HSV(B) | 163.2º | 0.95% | 0.52% | - |
| XYZ | 10.5 | 17.41 | 14.12 | - |
| YUV | 90.64 | 131.59 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 132 | 97 | 0.95 | 0 | 0.27 | 0.48 | 163.2 | 0.9 | 0.27 |
| Hex | 7 | 84 | 61 | 5F | 0 | 1B | 30 | A3 | 5A | 1B |
| Octal | 7 | 204 | 141 | 137 | 0 | 33 | 60 | 243 | 132 | 33 |
| Binary | 111 | 10000100 | 1100001 | 1011111 | 0 | 11011 | 110000 | 10100011 | 1011010 | 11011 |
Color Harmonies of #078461
Complementary color
Monochromatic Colors of #078461
Black with #078461
Text Example
Text Example
White with #078461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078461; }
p { color: rgb(7,132,97); }
H1.HeaderClassName
{
color: #078461;
}
.AnyTagClassName
{
color: #078461;
}
</style>
background-color css
<style>
a { background-color: #078461; }
a { background-color: rgb(7,132,97); }
div.DivClassName
{
background-color: #078461;
}
.BgClassName
{
background-color: #078461;
}
</style>
border-color css
<style>
span { border-color: #078461; }
span { border-color: rgb(7,132,97); }
td.TdClassName
{
border-color: #078461;
}
.TagClassName
{
border-color: #078461;
}
</style>