Shades of Teal #077C8A
Tints of Teal #077C8A
RGB
CMYK
RGB Variations
Color information
#077C8A (or 0x077C8A) is known color: Teal. HEX triplet: 07, 7C and 8A. RGB value is (7,124,138). Sum of RGB (Red+Green+Blue) = 7+124+138=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #077C8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077C8A is #F88375. Grayscale: #5A5A5A. Windows color (decimal): -16286582 or 9075719. OLE color: 9075719.
HSL color Cylindrical-coordinate representation of color #077C8A: hue angle of 186.41º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077C8A is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 124 | 138 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.46 |
| HSL | 186.41º | 0.9% | 0.28% | - |
| HSV(B) | 186.41º | 0.95% | 0.54% | - |
| XYZ | 11.88 | 16.3 | 26.56 | - |
| YUV | 90.61 | 154.74 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 138 | 0.95 | 0.10 | 0 | 0.46 | 186.41 | 0.9 | 0.28 |
| Hex | 7 | 7C | 8A | 5F | A | 0 | 2E | BA | 5A | 1C |
| Octal | 7 | 174 | 212 | 137 | 12 | 0 | 56 | 272 | 132 | 34 |
| Binary | 111 | 1111100 | 10001010 | 1011111 | 1010 | 0 | 101110 | 10111010 | 1011010 | 11100 |
Color Harmonies of #077C8A
Complementary color
Monochromatic Colors of #077C8A
Black with #077C8A
Text Example
Text Example
White with #077C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077C8A; }
p { color: rgb(7,124,138); }
H1.HeaderClassName
{
color: #077C8A;
}
.AnyTagClassName
{
color: #077C8A;
}
</style>
background-color css
<style>
a { background-color: #077C8A; }
a { background-color: rgb(7,124,138); }
div.DivClassName
{
background-color: #077C8A;
}
.BgClassName
{
background-color: #077C8A;
}
</style>
border-color css
<style>
span { border-color: #077C8A; }
span { border-color: rgb(7,124,138); }
td.TdClassName
{
border-color: #077C8A;
}
.TagClassName
{
border-color: #077C8A;
}
</style>