Shades of Teal #077B81
Tints of Teal #077B81
RGB
CMYK
RGB Variations
Color information
#077B81 (or 0x077B81) is known color: Teal. HEX triplet: 07, 7B and 81. RGB value is (7,123,129). Sum of RGB (Red+Green+Blue) = 7+123+129=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 129 - color contains mainly: blue. Hex color #077B81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077B81 is #F8847E. Grayscale: #585858. Windows color (decimal): -16286847 or 8485639. OLE color: 8485639.
HSL color Cylindrical-coordinate representation of color #077B81: hue angle of 182.95º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077B81 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 123 | 129 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.49 |
| HSL | 182.95º | 0.9% | 0.27% | - |
| HSV(B) | 182.95º | 0.95% | 0.51% | - |
| XYZ | 11.13 | 15.8 | 23.23 | - |
| YUV | 89 | 150.57 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 129 | 0.95 | 0.05 | 0 | 0.49 | 182.95 | 0.9 | 0.27 |
| Hex | 7 | 7B | 81 | 5F | 5 | 0 | 31 | B7 | 5A | 1B |
| Octal | 7 | 173 | 201 | 137 | 5 | 0 | 61 | 267 | 132 | 33 |
| Binary | 111 | 1111011 | 10000001 | 1011111 | 101 | 0 | 110001 | 10110111 | 1011010 | 11011 |
Color Harmonies of #077B81
Complementary color
Monochromatic Colors of #077B81
Black with #077B81
Text Example
Text Example
White with #077B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077B81; }
p { color: rgb(7,123,129); }
H1.HeaderClassName
{
color: #077B81;
}
.AnyTagClassName
{
color: #077B81;
}
</style>
background-color css
<style>
a { background-color: #077B81; }
a { background-color: rgb(7,123,129); }
div.DivClassName
{
background-color: #077B81;
}
.BgClassName
{
background-color: #077B81;
}
</style>
border-color css
<style>
span { border-color: #077B81; }
span { border-color: rgb(7,123,129); }
td.TdClassName
{
border-color: #077B81;
}
.TagClassName
{
border-color: #077B81;
}
</style>