Shades of Teal #077385
Tints of Teal #077385
RGB
CMYK
RGB Variations
Color information
#077385 (or 0x077385) is known color: Teal. HEX triplet: 07, 73 and 85. RGB value is (7,115,133). Sum of RGB (Red+Green+Blue) = 7+115+133=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #077385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077385 is #F88C7A. Grayscale: #545454. Windows color (decimal): -16288891 or 8745735. OLE color: 8745735.
HSL color Cylindrical-coordinate representation of color #077385: hue angle of 188.57º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077385 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 115 | 133 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.48 |
| HSL | 188.57º | 0.9% | 0.27% | - |
| HSV(B) | 188.57º | 0.95% | 0.52% | - |
| XYZ | 10.45 | 14 | 24.34 | - |
| YUV | 84.76 | 155.22 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 133 | 0.95 | 0.14 | 0 | 0.48 | 188.57 | 0.9 | 0.27 |
| Hex | 7 | 73 | 85 | 5F | E | 0 | 30 | BD | 5A | 1B |
| Octal | 7 | 163 | 205 | 137 | 16 | 0 | 60 | 275 | 132 | 33 |
| Binary | 111 | 1110011 | 10000101 | 1011111 | 1110 | 0 | 110000 | 10111101 | 1011010 | 11011 |
Color Harmonies of #077385
Complementary color
Monochromatic Colors of #077385
Black with #077385
Text Example
Text Example
White with #077385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077385; }
p { color: rgb(7,115,133); }
H1.HeaderClassName
{
color: #077385;
}
.AnyTagClassName
{
color: #077385;
}
</style>
background-color css
<style>
a { background-color: #077385; }
a { background-color: rgb(7,115,133); }
div.DivClassName
{
background-color: #077385;
}
.BgClassName
{
background-color: #077385;
}
</style>
border-color css
<style>
span { border-color: #077385; }
span { border-color: rgb(7,115,133); }
td.TdClassName
{
border-color: #077385;
}
.TagClassName
{
border-color: #077385;
}
</style>