Shades of Deep Teal #074739
Tints of Deep Teal #074739
RGB
CMYK
RGB Variations
Color information
#074739 (or 0x074739) is known color: Deep Teal. HEX triplet: 07, 47 and 39. RGB value is (7,71,57). Sum of RGB (Red+Green+Blue) = 7+71+57=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #074739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074739 is #F8B8C6. Grayscale: #323232. Windows color (decimal): -16300231 or 3753735. OLE color: 3753735.
HSL color Cylindrical-coordinate representation of color #074739: hue angle of 166.88º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074739 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 71 | 57 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.72 |
| HSL | 166.88º | 0.82% | 0.15% | - |
| HSV(B) | 166.88º | 0.9% | 0.28% | - |
| XYZ | 3.08 | 4.85 | 4.64 | - |
| YUV | 50.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 57 | 0.90 | 0 | 0.20 | 0.72 | 166.88 | 0.82 | 0.15 |
| Hex | 7 | 47 | 39 | 5A | 0 | 14 | 48 | A7 | 52 | F |
| Octal | 7 | 107 | 71 | 132 | 0 | 24 | 110 | 247 | 122 | 17 |
| Binary | 111 | 1000111 | 111001 | 1011010 | 0 | 10100 | 1001000 | 10100111 | 1010010 | 1111 |
Color Harmonies of #074739
Complementary color
Monochromatic Colors of #074739
Black with #074739
Text Example
Text Example
White with #074739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074739; }
p { color: rgb(7,71,57); }
H1.HeaderClassName
{
color: #074739;
}
.AnyTagClassName
{
color: #074739;
}
</style>
background-color css
<style>
a { background-color: #074739; }
a { background-color: rgb(7,71,57); }
div.DivClassName
{
background-color: #074739;
}
.BgClassName
{
background-color: #074739;
}
</style>
border-color css
<style>
span { border-color: #074739; }
span { border-color: rgb(7,71,57); }
td.TdClassName
{
border-color: #074739;
}
.TagClassName
{
border-color: #074739;
}
</style>