Shades of Teal #077C80
Tints of Teal #077C80
RGB
CMYK
RGB Variations
Color information
#077C80 (or 0x077C80) is known color: Teal. HEX triplet: 07, 7C and 80. RGB value is (7,124,128). Sum of RGB (Red+Green+Blue) = 7+124+128=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #077C80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077C80 is #F8837F. Grayscale: #595959. Windows color (decimal): -16286592 or 8420359. OLE color: 8420359.
HSL color Cylindrical-coordinate representation of color #077C80: hue angle of 181.98º 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 #077C80 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 124 | 128 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.50 |
| HSL | 181.98º | 0.9% | 0.26% | - |
| HSV(B) | 181.98º | 0.95% | 0.5% | - |
| XYZ | 11.19 | 16.02 | 22.92 | - |
| YUV | 89.47 | 149.74 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 128 | 0.95 | 0.03 | 0 | 0.50 | 181.98 | 0.9 | 0.26 |
| Hex | 7 | 7C | 80 | 5F | 3 | 0 | 32 | B6 | 5A | 1A |
| Octal | 7 | 174 | 200 | 137 | 3 | 0 | 62 | 266 | 132 | 32 |
| Binary | 111 | 1111100 | 10000000 | 1011111 | 11 | 0 | 110010 | 10110110 | 1011010 | 11010 |
Color Harmonies of #077C80
Complementary color
Monochromatic Colors of #077C80
Black with #077C80
Text Example
Text Example
White with #077C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077C80; }
p { color: rgb(7,124,128); }
H1.HeaderClassName
{
color: #077C80;
}
.AnyTagClassName
{
color: #077C80;
}
</style>
background-color css
<style>
a { background-color: #077C80; }
a { background-color: rgb(7,124,128); }
div.DivClassName
{
background-color: #077C80;
}
.BgClassName
{
background-color: #077C80;
}
</style>
border-color css
<style>
span { border-color: #077C80; }
span { border-color: rgb(7,124,128); }
td.TdClassName
{
border-color: #077C80;
}
.TagClassName
{
border-color: #077C80;
}
</style>