Shades of Teal #077587
Tints of Teal #077587
RGB
CMYK
RGB Variations
Color information
#077587 (or 0x077587) is known color: Teal. HEX triplet: 07, 75 and 87. RGB value is (7,117,135). Sum of RGB (Red+Green+Blue) = 7+117+135=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #077587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077587 is #F88A78. Grayscale: #555555. Windows color (decimal): -16288377 or 8877319. OLE color: 8877319.
HSL color Cylindrical-coordinate representation of color #077587: hue angle of 188.44º 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 #077587 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 117 | 135 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.47 |
| HSL | 188.44º | 0.9% | 0.28% | - |
| HSV(B) | 188.44º | 0.95% | 0.53% | - |
| XYZ | 10.82 | 14.52 | 25.15 | - |
| YUV | 86.16 | 155.56 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 135 | 0.95 | 0.13 | 0 | 0.47 | 188.44 | 0.9 | 0.28 |
| Hex | 7 | 75 | 87 | 5F | D | 0 | 2F | BC | 5A | 1C |
| Octal | 7 | 165 | 207 | 137 | 15 | 0 | 57 | 274 | 132 | 34 |
| Binary | 111 | 1110101 | 10000111 | 1011111 | 1101 | 0 | 101111 | 10111100 | 1011010 | 11100 |
Color Harmonies of #077587
Complementary color
Monochromatic Colors of #077587
Black with #077587
Text Example
Text Example
White with #077587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077587; }
p { color: rgb(7,117,135); }
H1.HeaderClassName
{
color: #077587;
}
.AnyTagClassName
{
color: #077587;
}
</style>
background-color css
<style>
a { background-color: #077587; }
a { background-color: rgb(7,117,135); }
div.DivClassName
{
background-color: #077587;
}
.BgClassName
{
background-color: #077587;
}
</style>
border-color css
<style>
span { border-color: #077587; }
span { border-color: rgb(7,117,135); }
td.TdClassName
{
border-color: #077587;
}
.TagClassName
{
border-color: #077587;
}
</style>