Shades of Teal #077688
Tints of Teal #077688
RGB
CMYK
RGB Variations
Color information
#077688 (or 0x077688) is known color: Teal. HEX triplet: 07, 76 and 88. RGB value is (7,118,136). Sum of RGB (Red+Green+Blue) = 7+118+136=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #077688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077688 is #F88977. Grayscale: #565656. Windows color (decimal): -16288120 or 8943111. OLE color: 8943111.
HSL color Cylindrical-coordinate representation of color #077688: hue angle of 188.37º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077688 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 118 | 136 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.47 |
| HSL | 188.37º | 0.9% | 0.28% | - |
| HSV(B) | 188.37º | 0.95% | 0.53% | - |
| XYZ | 11.01 | 14.78 | 25.57 | - |
| YUV | 86.86 | 155.73 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 136 | 0.95 | 0.13 | 0 | 0.47 | 188.37 | 0.9 | 0.28 |
| Hex | 7 | 76 | 88 | 5F | D | 0 | 2F | BC | 5A | 1C |
| Octal | 7 | 166 | 210 | 137 | 15 | 0 | 57 | 274 | 132 | 34 |
| Binary | 111 | 1110110 | 10001000 | 1011111 | 1101 | 0 | 101111 | 10111100 | 1011010 | 11100 |
Color Harmonies of #077688
Complementary color
Monochromatic Colors of #077688
Black with #077688
Text Example
Text Example
White with #077688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077688; }
p { color: rgb(7,118,136); }
H1.HeaderClassName
{
color: #077688;
}
.AnyTagClassName
{
color: #077688;
}
</style>
background-color css
<style>
a { background-color: #077688; }
a { background-color: rgb(7,118,136); }
div.DivClassName
{
background-color: #077688;
}
.BgClassName
{
background-color: #077688;
}
</style>
border-color css
<style>
span { border-color: #077688; }
span { border-color: rgb(7,118,136); }
td.TdClassName
{
border-color: #077688;
}
.TagClassName
{
border-color: #077688;
}
</style>