Shades of Teal #07727F
Tints of Teal #07727F
RGB
CMYK
RGB Variations
Color information
#07727F (or 0x07727F) is known color: Teal. HEX triplet: 07, 72 and 7F. RGB value is (7,114,127). Sum of RGB (Red+Green+Blue) = 7+114+127=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #07727F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07727F is #F88D80. Grayscale: #535353. Windows color (decimal): -16289153 or 8352263. OLE color: 8352263.
HSL color Cylindrical-coordinate representation of color #07727F: hue angle of 186.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07727F is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 114 | 127 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.50 |
| HSL | 186.5º | 0.9% | 0.26% | - |
| HSV(B) | 186.5º | 0.94% | 0.5% | - |
| XYZ | 9.94 | 13.61 | 22.18 | - |
| YUV | 83.49 | 152.55 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 127 | 0.94 | 0.10 | 0 | 0.50 | 186.5 | 0.9 | 0.26 |
| Hex | 7 | 72 | 7F | 5E | A | 0 | 32 | BA | 5A | 1A |
| Octal | 7 | 162 | 177 | 136 | 12 | 0 | 62 | 272 | 132 | 32 |
| Binary | 111 | 1110010 | 1111111 | 1011110 | 1010 | 0 | 110010 | 10111010 | 1011010 | 11010 |
Color Harmonies of #07727F
Complementary color
Monochromatic Colors of #07727F
Black with #07727F
Text Example
Text Example
White with #07727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07727F; }
p { color: rgb(7,114,127); }
H1.HeaderClassName
{
color: #07727F;
}
.AnyTagClassName
{
color: #07727F;
}
</style>
background-color css
<style>
a { background-color: #07727F; }
a { background-color: rgb(7,114,127); }
div.DivClassName
{
background-color: #07727F;
}
.BgClassName
{
background-color: #07727F;
}
</style>
border-color css
<style>
span { border-color: #07727F; }
span { border-color: rgb(7,114,127); }
td.TdClassName
{
border-color: #07727F;
}
.TagClassName
{
border-color: #07727F;
}
</style>