Shades of Teal #077A82
Tints of Teal #077A82
RGB
CMYK
RGB Variations
Color information
#077A82 (or 0x077A82) is known color: Teal. HEX triplet: 07, 7A and 82. RGB value is (7,122,130). Sum of RGB (Red+Green+Blue) = 7+122+130=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 122 (48.05% from 255 or 47.10% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #077A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077A82 is #F8857D. Grayscale: #585858. Windows color (decimal): -16287102 or 8550919. OLE color: 8550919.
HSL color Cylindrical-coordinate representation of color #077A82: hue angle of 183.9º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077A82 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 122 | 130 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.49 |
| HSL | 183.9º | 0.9% | 0.27% | - |
| HSV(B) | 183.9º | 0.95% | 0.51% | - |
| XYZ | 11.08 | 15.58 | 23.54 | - |
| YUV | 88.53 | 151.4 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 130 | 0.95 | 0.06 | 0 | 0.49 | 183.9 | 0.9 | 0.27 |
| Hex | 7 | 7A | 82 | 5F | 6 | 0 | 31 | B8 | 5A | 1B |
| Octal | 7 | 172 | 202 | 137 | 6 | 0 | 61 | 270 | 132 | 33 |
| Binary | 111 | 1111010 | 10000010 | 1011111 | 110 | 0 | 110001 | 10111000 | 1011010 | 11011 |
Color Harmonies of #077A82
Complementary color
Monochromatic Colors of #077A82
Black with #077A82
Text Example
Text Example
White with #077A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077A82; }
p { color: rgb(7,122,130); }
H1.HeaderClassName
{
color: #077A82;
}
.AnyTagClassName
{
color: #077A82;
}
</style>
background-color css
<style>
a { background-color: #077A82; }
a { background-color: rgb(7,122,130); }
div.DivClassName
{
background-color: #077A82;
}
.BgClassName
{
background-color: #077A82;
}
</style>
border-color css
<style>
span { border-color: #077A82; }
span { border-color: rgb(7,122,130); }
td.TdClassName
{
border-color: #077A82;
}
.TagClassName
{
border-color: #077A82;
}
</style>