Shades of Teal #077287
Tints of Teal #077287
RGB
CMYK
RGB Variations
Color information
#077287 (or 0x077287) is known color: Teal. HEX triplet: 07, 72 and 87. RGB value is (7,114,135). Sum of RGB (Red+Green+Blue) = 7+114+135=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #077287 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077287 is #F88D78. Grayscale: #545454. Windows color (decimal): -16289145 or 8876551. OLE color: 8876551.
HSL color Cylindrical-coordinate representation of color #077287: hue angle of 189.84º 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 #077287 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 114 | 135 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.47 |
| HSL | 189.84º | 0.9% | 0.28% | - |
| HSV(B) | 189.84º | 0.95% | 0.53% | - |
| XYZ | 10.48 | 13.83 | 25.04 | - |
| YUV | 84.4 | 156.55 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 135 | 0.95 | 0.16 | 0 | 0.47 | 189.84 | 0.9 | 0.28 |
| Hex | 7 | 72 | 87 | 5F | 10 | 0 | 2F | BE | 5A | 1C |
| Octal | 7 | 162 | 207 | 137 | 20 | 0 | 57 | 276 | 132 | 34 |
| Binary | 111 | 1110010 | 10000111 | 1011111 | 10000 | 0 | 101111 | 10111110 | 1011010 | 11100 |
Color Harmonies of #077287
Complementary color
Monochromatic Colors of #077287
Black with #077287
Text Example
Text Example
White with #077287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077287; }
p { color: rgb(7,114,135); }
H1.HeaderClassName
{
color: #077287;
}
.AnyTagClassName
{
color: #077287;
}
</style>
background-color css
<style>
a { background-color: #077287; }
a { background-color: rgb(7,114,135); }
div.DivClassName
{
background-color: #077287;
}
.BgClassName
{
background-color: #077287;
}
</style>
border-color css
<style>
span { border-color: #077287; }
span { border-color: rgb(7,114,135); }
td.TdClassName
{
border-color: #077287;
}
.TagClassName
{
border-color: #077287;
}
</style>