Shades of Teal #07787F
Tints of Teal #07787F
RGB
CMYK
RGB Variations
Color information
#07787F (or 0x07787F) is known color: Teal. HEX triplet: 07, 78 and 7F. RGB value is (7,120,127). Sum of RGB (Red+Green+Blue) = 7+120+127=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #07787F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07787F is #F88780. Grayscale: #565656. Windows color (decimal): -16287617 or 8353799. OLE color: 8353799.
HSL color Cylindrical-coordinate representation of color #07787F: hue angle of 183.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 #07787F is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 120 | 127 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.50 |
| HSL | 183.5º | 0.9% | 0.26% | - |
| HSV(B) | 183.5º | 0.94% | 0.5% | - |
| XYZ | 10.63 | 15.01 | 22.42 | - |
| YUV | 87.01 | 150.56 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 127 | 0.94 | 0.06 | 0 | 0.50 | 183.5 | 0.9 | 0.26 |
| Hex | 7 | 78 | 7F | 5E | 6 | 0 | 32 | B8 | 5A | 1A |
| Octal | 7 | 170 | 177 | 136 | 6 | 0 | 62 | 270 | 132 | 32 |
| Binary | 111 | 1111000 | 1111111 | 1011110 | 110 | 0 | 110010 | 10111000 | 1011010 | 11010 |
Color Harmonies of #07787F
Complementary color
Monochromatic Colors of #07787F
Black with #07787F
Text Example
Text Example
White with #07787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07787F; }
p { color: rgb(7,120,127); }
H1.HeaderClassName
{
color: #07787F;
}
.AnyTagClassName
{
color: #07787F;
}
</style>
background-color css
<style>
a { background-color: #07787F; }
a { background-color: rgb(7,120,127); }
div.DivClassName
{
background-color: #07787F;
}
.BgClassName
{
background-color: #07787F;
}
</style>
border-color css
<style>
span { border-color: #07787F; }
span { border-color: rgb(7,120,127); }
td.TdClassName
{
border-color: #07787F;
}
.TagClassName
{
border-color: #07787F;
}
</style>