Shades of Teal #077783
Tints of Teal #077783
RGB
CMYK
RGB Variations
Color information
#077783 (or 0x077783) is known color: Teal. HEX triplet: 07, 77 and 83. RGB value is (7,119,131). Sum of RGB (Red+Green+Blue) = 7+119+131=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #077783 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077783 is #F8887C. Grayscale: #565656. Windows color (decimal): -16287869 or 8615687. OLE color: 8615687.
HSL color Cylindrical-coordinate representation of color #077783: hue angle of 185.81º 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 #077783 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 119 | 131 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.49 |
| HSL | 185.81º | 0.9% | 0.27% | - |
| HSV(B) | 185.81º | 0.95% | 0.51% | - |
| XYZ | 10.78 | 14.88 | 23.78 | - |
| YUV | 86.88 | 152.89 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 131 | 0.95 | 0.09 | 0 | 0.49 | 185.81 | 0.9 | 0.27 |
| Hex | 7 | 77 | 83 | 5F | 9 | 0 | 31 | BA | 5A | 1B |
| Octal | 7 | 167 | 203 | 137 | 11 | 0 | 61 | 272 | 132 | 33 |
| Binary | 111 | 1110111 | 10000011 | 1011111 | 1001 | 0 | 110001 | 10111010 | 1011010 | 11011 |
Color Harmonies of #077783
Complementary color
Monochromatic Colors of #077783
Black with #077783
Text Example
Text Example
White with #077783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077783; }
p { color: rgb(7,119,131); }
H1.HeaderClassName
{
color: #077783;
}
.AnyTagClassName
{
color: #077783;
}
</style>
background-color css
<style>
a { background-color: #077783; }
a { background-color: rgb(7,119,131); }
div.DivClassName
{
background-color: #077783;
}
.BgClassName
{
background-color: #077783;
}
</style>
border-color css
<style>
span { border-color: #077783; }
span { border-color: rgb(7,119,131); }
td.TdClassName
{
border-color: #077783;
}
.TagClassName
{
border-color: #077783;
}
</style>