Shades of Teal #077782
Tints of Teal #077782
RGB
CMYK
RGB Variations
Color information
#077782 (or 0x077782) is known color: Teal. HEX triplet: 07, 77 and 82. RGB value is (7,119,130). Sum of RGB (Red+Green+Blue) = 7+119+130=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #077782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077782 is #F8887D. Grayscale: #565656. Windows color (decimal): -16287870 or 8550151. OLE color: 8550151.
HSL color Cylindrical-coordinate representation of color #077782: hue angle of 185.37º 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 #077782 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 119 | 130 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.49 |
| HSL | 185.37º | 0.9% | 0.27% | - |
| HSV(B) | 185.37º | 0.95% | 0.51% | - |
| XYZ | 10.71 | 14.85 | 23.42 | - |
| YUV | 86.77 | 152.39 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 130 | 0.95 | 0.08 | 0 | 0.49 | 185.37 | 0.9 | 0.27 |
| Hex | 7 | 77 | 82 | 5F | 8 | 0 | 31 | B9 | 5A | 1B |
| Octal | 7 | 167 | 202 | 137 | 10 | 0 | 61 | 271 | 132 | 33 |
| Binary | 111 | 1110111 | 10000010 | 1011111 | 1000 | 0 | 110001 | 10111001 | 1011010 | 11011 |
Color Harmonies of #077782
Complementary color
Monochromatic Colors of #077782
Black with #077782
Text Example
Text Example
White with #077782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077782; }
p { color: rgb(7,119,130); }
H1.HeaderClassName
{
color: #077782;
}
.AnyTagClassName
{
color: #077782;
}
</style>
background-color css
<style>
a { background-color: #077782; }
a { background-color: rgb(7,119,130); }
div.DivClassName
{
background-color: #077782;
}
.BgClassName
{
background-color: #077782;
}
</style>
border-color css
<style>
span { border-color: #077782; }
span { border-color: rgb(7,119,130); }
td.TdClassName
{
border-color: #077782;
}
.TagClassName
{
border-color: #077782;
}
</style>