Shades of Teal #077080
Tints of Teal #077080
RGB
CMYK
RGB Variations
Color information
#077080 (or 0x077080) is known color: Teal. HEX triplet: 07, 70 and 80. RGB value is (7,112,128). Sum of RGB (Red+Green+Blue) = 7+112+128=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #077080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077080 is #F88F7F. Grayscale: #525252. Windows color (decimal): -16289664 or 8417287. OLE color: 8417287.
HSL color Cylindrical-coordinate representation of color #077080: hue angle of 187.93º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077080 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 112 | 128 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.50 |
| HSL | 187.93º | 0.9% | 0.26% | - |
| HSV(B) | 187.93º | 0.95% | 0.5% | - |
| XYZ | 9.78 | 13.19 | 22.45 | - |
| YUV | 82.43 | 153.71 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 128 | 0.95 | 0.12 | 0 | 0.50 | 187.93 | 0.9 | 0.26 |
| Hex | 7 | 70 | 80 | 5F | C | 0 | 32 | BC | 5A | 1A |
| Octal | 7 | 160 | 200 | 137 | 14 | 0 | 62 | 274 | 132 | 32 |
| Binary | 111 | 1110000 | 10000000 | 1011111 | 1100 | 0 | 110010 | 10111100 | 1011010 | 11010 |
Color Harmonies of #077080
Complementary color
Monochromatic Colors of #077080
Black with #077080
Text Example
Text Example
White with #077080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077080; }
p { color: rgb(7,112,128); }
H1.HeaderClassName
{
color: #077080;
}
.AnyTagClassName
{
color: #077080;
}
</style>
background-color css
<style>
a { background-color: #077080; }
a { background-color: rgb(7,112,128); }
div.DivClassName
{
background-color: #077080;
}
.BgClassName
{
background-color: #077080;
}
</style>
border-color css
<style>
span { border-color: #077080; }
span { border-color: rgb(7,112,128); }
td.TdClassName
{
border-color: #077080;
}
.TagClassName
{
border-color: #077080;
}
</style>