Shades of Teal #07797F
Tints of Teal #07797F
RGB
CMYK
RGB Variations
Color information
#07797F (or 0x07797F) is known color: Teal. HEX triplet: 07, 79 and 7F. RGB value is (7,121,127). Sum of RGB (Red+Green+Blue) = 7+121+127=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #07797F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07797F is #F88680. Grayscale: #575757. Windows color (decimal): -16287361 or 8354055. OLE color: 8354055.
HSL color Cylindrical-coordinate representation of color #07797F: hue angle of 183º 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 #07797F is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 121 | 127 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.50 |
| HSL | 183º | 0.9% | 0.26% | - |
| HSV(B) | 183º | 0.94% | 0.5% | - |
| XYZ | 10.76 | 15.25 | 22.46 | - |
| YUV | 87.6 | 150.23 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 127 | 0.94 | 0.05 | 0 | 0.50 | 183 | 0.9 | 0.26 |
| Hex | 7 | 79 | 7F | 5E | 5 | 0 | 32 | B7 | 5A | 1A |
| Octal | 7 | 171 | 177 | 136 | 5 | 0 | 62 | 267 | 132 | 32 |
| Binary | 111 | 1111001 | 1111111 | 1011110 | 101 | 0 | 110010 | 10110111 | 1011010 | 11010 |
Color Harmonies of #07797F
Complementary color
Monochromatic Colors of #07797F
Black with #07797F
Text Example
Text Example
White with #07797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07797F; }
p { color: rgb(7,121,127); }
H1.HeaderClassName
{
color: #07797F;
}
.AnyTagClassName
{
color: #07797F;
}
</style>
background-color css
<style>
a { background-color: #07797F; }
a { background-color: rgb(7,121,127); }
div.DivClassName
{
background-color: #07797F;
}
.BgClassName
{
background-color: #07797F;
}
</style>
border-color css
<style>
span { border-color: #07797F; }
span { border-color: rgb(7,121,127); }
td.TdClassName
{
border-color: #07797F;
}
.TagClassName
{
border-color: #07797F;
}
</style>