Shades of Teal #077B82
Tints of Teal #077B82
RGB
CMYK
RGB Variations
Color information
#077B82 (or 0x077B82) is known color: Teal. HEX triplet: 07, 7B and 82. RGB value is (7,123,130). Sum of RGB (Red+Green+Blue) = 7+123+130=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 123 (48.44% from 255 or 47.31% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #077B82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077B82 is #F8847D. Grayscale: #585858. Windows color (decimal): -16286846 or 8551175. OLE color: 8551175.
HSL color Cylindrical-coordinate representation of color #077B82: hue angle of 183.41º 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 #077B82 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 123 | 130 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.49 |
| HSL | 183.41º | 0.9% | 0.27% | - |
| HSV(B) | 183.41º | 0.95% | 0.51% | - |
| XYZ | 11.2 | 15.82 | 23.58 | - |
| YUV | 89.11 | 151.07 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 130 | 0.95 | 0.05 | 0 | 0.49 | 183.41 | 0.9 | 0.27 |
| Hex | 7 | 7B | 82 | 5F | 5 | 0 | 31 | B7 | 5A | 1B |
| Octal | 7 | 173 | 202 | 137 | 5 | 0 | 61 | 267 | 132 | 33 |
| Binary | 111 | 1111011 | 10000010 | 1011111 | 101 | 0 | 110001 | 10110111 | 1011010 | 11011 |
Color Harmonies of #077B82
Complementary color
Monochromatic Colors of #077B82
Black with #077B82
Text Example
Text Example
White with #077B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077B82; }
p { color: rgb(7,123,130); }
H1.HeaderClassName
{
color: #077B82;
}
.AnyTagClassName
{
color: #077B82;
}
</style>
background-color css
<style>
a { background-color: #077B82; }
a { background-color: rgb(7,123,130); }
div.DivClassName
{
background-color: #077B82;
}
.BgClassName
{
background-color: #077B82;
}
</style>
border-color css
<style>
span { border-color: #077B82; }
span { border-color: rgb(7,123,130); }
td.TdClassName
{
border-color: #077B82;
}
.TagClassName
{
border-color: #077B82;
}
</style>