Shades of Teal #077C8D
Tints of Teal #077C8D
RGB
CMYK
RGB Variations
Color information
#077C8D (or 0x077C8D) is known color: Teal. HEX triplet: 07, 7C and 8D. RGB value is (7,124,141). Sum of RGB (Red+Green+Blue) = 7+124+141=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #077C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077C8D is #F88372. Grayscale: #5A5A5A. Windows color (decimal): -16286579 or 9272327. OLE color: 9272327.
HSL color Cylindrical-coordinate representation of color #077C8D: hue angle of 187.61º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077C8D is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 124 | 141 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.45 |
| HSL | 187.61º | 0.91% | 0.29% | - |
| HSV(B) | 187.61º | 0.95% | 0.55% | - |
| XYZ | 12.1 | 16.38 | 27.72 | - |
| YUV | 90.96 | 156.24 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 141 | 0.95 | 0.12 | 0 | 0.45 | 187.61 | 0.91 | 0.29 |
| Hex | 7 | 7C | 8D | 5F | C | 0 | 2D | BC | 5B | 1D |
| Octal | 7 | 174 | 215 | 137 | 14 | 0 | 55 | 274 | 133 | 35 |
| Binary | 111 | 1111100 | 10001101 | 1011111 | 1100 | 0 | 101101 | 10111100 | 1011011 | 11101 |
Color Harmonies of #077C8D
Complementary color
Monochromatic Colors of #077C8D
Black with #077C8D
Text Example
Text Example
White with #077C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077C8D; }
p { color: rgb(7,124,141); }
H1.HeaderClassName
{
color: #077C8D;
}
.AnyTagClassName
{
color: #077C8D;
}
</style>
background-color css
<style>
a { background-color: #077C8D; }
a { background-color: rgb(7,124,141); }
div.DivClassName
{
background-color: #077C8D;
}
.BgClassName
{
background-color: #077C8D;
}
</style>
border-color css
<style>
span { border-color: #077C8D; }
span { border-color: rgb(7,124,141); }
td.TdClassName
{
border-color: #077C8D;
}
.TagClassName
{
border-color: #077C8D;
}
</style>