Shades of Teal #077A8D
Tints of Teal #077A8D
RGB
CMYK
RGB Variations
Color information
#077A8D (or 0x077A8D) is known color: Teal. HEX triplet: 07, 7A and 8D. RGB value is (7,122,141). Sum of RGB (Red+Green+Blue) = 7+122+141=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #077A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077A8D is #F88572. Grayscale: #595959. Windows color (decimal): -16287091 or 9271815. OLE color: 9271815.
HSL color Cylindrical-coordinate representation of color #077A8D: hue angle of 188.51º 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 #077A8D is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 122 | 141 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.45 |
| HSL | 188.51º | 0.91% | 0.29% | - |
| HSV(B) | 188.51º | 0.95% | 0.55% | - |
| XYZ | 11.85 | 15.89 | 27.64 | - |
| YUV | 89.78 | 156.9 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 141 | 0.95 | 0.13 | 0 | 0.45 | 188.51 | 0.91 | 0.29 |
| Hex | 7 | 7A | 8D | 5F | D | 0 | 2D | BD | 5B | 1D |
| Octal | 7 | 172 | 215 | 137 | 15 | 0 | 55 | 275 | 133 | 35 |
| Binary | 111 | 1111010 | 10001101 | 1011111 | 1101 | 0 | 101101 | 10111101 | 1011011 | 11101 |
Color Harmonies of #077A8D
Complementary color
Monochromatic Colors of #077A8D
Black with #077A8D
Text Example
Text Example
White with #077A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077A8D; }
p { color: rgb(7,122,141); }
H1.HeaderClassName
{
color: #077A8D;
}
.AnyTagClassName
{
color: #077A8D;
}
</style>
background-color css
<style>
a { background-color: #077A8D; }
a { background-color: rgb(7,122,141); }
div.DivClassName
{
background-color: #077A8D;
}
.BgClassName
{
background-color: #077A8D;
}
</style>
border-color css
<style>
span { border-color: #077A8D; }
span { border-color: rgb(7,122,141); }
td.TdClassName
{
border-color: #077A8D;
}
.TagClassName
{
border-color: #077A8D;
}
</style>