Shades of Teal #077E7D
Tints of Teal #077E7D
RGB
CMYK
RGB Variations
Color information
#077E7D (or 0x077E7D) is known color: Teal. HEX triplet: 07, 7E and 7D. RGB value is (7,126,125). Sum of RGB (Red+Green+Blue) = 7+126+125=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 126 (49.61% from 255 or 48.84% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 126 - color contains mainly: green. Hex color #077E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077E7D is #F88182. Grayscale: #5A5A5A. Windows color (decimal): -16286083 or 8224263. OLE color: 8224263.
HSL color Cylindrical-coordinate representation of color #077E7D: hue angle of 179.5º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077E7D is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 126 | 125 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.51 |
| HSL | 179.5º | 0.89% | 0.26% | - |
| HSV(B) | 179.5º | 0.94% | 0.49% | - |
| XYZ | 11.25 | 16.45 | 21.98 | - |
| YUV | 90.31 | 147.58 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 125 | 0.94 | 0 | 0.01 | 0.51 | 179.5 | 0.89 | 0.26 |
| Hex | 7 | 7E | 7D | 5E | 0 | 1 | 33 | B3 | 59 | 1A |
| Octal | 7 | 176 | 175 | 136 | 0 | 1 | 63 | 263 | 131 | 32 |
| Binary | 111 | 1111110 | 1111101 | 1011110 | 0 | 1 | 110011 | 10110011 | 1011001 | 11010 |
Color Harmonies of #077E7D
Complementary color
Monochromatic Colors of #077E7D
Black with #077E7D
Text Example
Text Example
White with #077E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077E7D; }
p { color: rgb(7,126,125); }
H1.HeaderClassName
{
color: #077E7D;
}
.AnyTagClassName
{
color: #077E7D;
}
</style>
background-color css
<style>
a { background-color: #077E7D; }
a { background-color: rgb(7,126,125); }
div.DivClassName
{
background-color: #077E7D;
}
.BgClassName
{
background-color: #077E7D;
}
</style>
border-color css
<style>
span { border-color: #077E7D; }
span { border-color: rgb(7,126,125); }
td.TdClassName
{
border-color: #077E7D;
}
.TagClassName
{
border-color: #077E7D;
}
</style>