Shades of Teal #07747F
Tints of Teal #07747F
RGB
CMYK
RGB Variations
Color information
#07747F (or 0x07747F) is known color: Teal. HEX triplet: 07, 74 and 7F. RGB value is (7,116,127). Sum of RGB (Red+Green+Blue) = 7+116+127=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #07747F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07747F is #F88B80. Grayscale: #545454. Windows color (decimal): -16288641 or 8352775. OLE color: 8352775.
HSL color Cylindrical-coordinate representation of color #07747F: hue angle of 185.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 #07747F is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 116 | 127 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.50 |
| HSL | 185.5º | 0.9% | 0.26% | - |
| HSV(B) | 185.5º | 0.94% | 0.5% | - |
| XYZ | 10.16 | 14.07 | 22.26 | - |
| YUV | 84.66 | 151.89 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 116 | 127 | 0.94 | 0.09 | 0 | 0.50 | 185.5 | 0.9 | 0.26 |
| Hex | 7 | 74 | 7F | 5E | 9 | 0 | 32 | BA | 5A | 1A |
| Octal | 7 | 164 | 177 | 136 | 11 | 0 | 62 | 272 | 132 | 32 |
| Binary | 111 | 1110100 | 1111111 | 1011110 | 1001 | 0 | 110010 | 10111010 | 1011010 | 11010 |
Color Harmonies of #07747F
Complementary color
Monochromatic Colors of #07747F
Black with #07747F
Text Example
Text Example
White with #07747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07747F; }
p { color: rgb(7,116,127); }
H1.HeaderClassName
{
color: #07747F;
}
.AnyTagClassName
{
color: #07747F;
}
</style>
background-color css
<style>
a { background-color: #07747F; }
a { background-color: rgb(7,116,127); }
div.DivClassName
{
background-color: #07747F;
}
.BgClassName
{
background-color: #07747F;
}
</style>
border-color css
<style>
span { border-color: #07747F; }
span { border-color: rgb(7,116,127); }
td.TdClassName
{
border-color: #07747F;
}
.TagClassName
{
border-color: #07747F;
}
</style>