Shades of Teal #077889
Tints of Teal #077889
RGB
CMYK
RGB Variations
Color information
#077889 (or 0x077889) is known color: Teal. HEX triplet: 07, 78 and 89. RGB value is (7,120,137). Sum of RGB (Red+Green+Blue) = 7+120+137=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #077889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077889 is #F88776. Grayscale: #575757. Windows color (decimal): -16287607 or 9009159. OLE color: 9009159.
HSL color Cylindrical-coordinate representation of color #077889: hue angle of 187.85º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077889 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 120 | 137 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.46 |
| HSL | 187.85º | 0.9% | 0.28% | - |
| HSV(B) | 187.85º | 0.95% | 0.54% | - |
| XYZ | 11.32 | 15.28 | 26.02 | - |
| YUV | 88.15 | 155.56 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 137 | 0.95 | 0.12 | 0 | 0.46 | 187.85 | 0.9 | 0.28 |
| Hex | 7 | 78 | 89 | 5F | C | 0 | 2E | BC | 5A | 1C |
| Octal | 7 | 170 | 211 | 137 | 14 | 0 | 56 | 274 | 132 | 34 |
| Binary | 111 | 1111000 | 10001001 | 1011111 | 1100 | 0 | 101110 | 10111100 | 1011010 | 11100 |
Color Harmonies of #077889
Complementary color
Monochromatic Colors of #077889
Black with #077889
Text Example
Text Example
White with #077889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077889; }
p { color: rgb(7,120,137); }
H1.HeaderClassName
{
color: #077889;
}
.AnyTagClassName
{
color: #077889;
}
</style>
background-color css
<style>
a { background-color: #077889; }
a { background-color: rgb(7,120,137); }
div.DivClassName
{
background-color: #077889;
}
.BgClassName
{
background-color: #077889;
}
</style>
border-color css
<style>
span { border-color: #077889; }
span { border-color: rgb(7,120,137); }
td.TdClassName
{
border-color: #077889;
}
.TagClassName
{
border-color: #077889;
}
</style>