Shades of Teal #077D82
Tints of Teal #077D82
RGB
CMYK
RGB Variations
Color information
#077D82 (or 0x077D82) is known color: Teal. HEX triplet: 07, 7D and 82. RGB value is (7,125,130). Sum of RGB (Red+Green+Blue) = 7+125+130=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 125 (49.22% from 255 or 47.71% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #077D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077D82 is #F8827D. Grayscale: #5A5A5A. Windows color (decimal): -16286334 or 8551687. OLE color: 8551687.
HSL color Cylindrical-coordinate representation of color #077D82: hue angle of 182.44º 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 #077D82 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 125 | 130 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.49 |
| HSL | 182.44º | 0.9% | 0.27% | - |
| HSV(B) | 182.44º | 0.95% | 0.51% | - |
| XYZ | 11.45 | 16.32 | 23.67 | - |
| YUV | 90.29 | 150.41 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 130 | 0.95 | 0.04 | 0 | 0.49 | 182.44 | 0.9 | 0.27 |
| Hex | 7 | 7D | 82 | 5F | 4 | 0 | 31 | B6 | 5A | 1B |
| Octal | 7 | 175 | 202 | 137 | 4 | 0 | 61 | 266 | 132 | 33 |
| Binary | 111 | 1111101 | 10000010 | 1011111 | 100 | 0 | 110001 | 10110110 | 1011010 | 11011 |
Color Harmonies of #077D82
Complementary color
Monochromatic Colors of #077D82
Black with #077D82
Text Example
Text Example
White with #077D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077D82; }
p { color: rgb(7,125,130); }
H1.HeaderClassName
{
color: #077D82;
}
.AnyTagClassName
{
color: #077D82;
}
</style>
background-color css
<style>
a { background-color: #077D82; }
a { background-color: rgb(7,125,130); }
div.DivClassName
{
background-color: #077D82;
}
.BgClassName
{
background-color: #077D82;
}
</style>
border-color css
<style>
span { border-color: #077D82; }
span { border-color: rgb(7,125,130); }
td.TdClassName
{
border-color: #077D82;
}
.TagClassName
{
border-color: #077D82;
}
</style>