Shades of Teal #07757F
Tints of Teal #07757F
RGB
CMYK
RGB Variations
Color information
#07757F (or 0x07757F) is known color: Teal. HEX triplet: 07, 75 and 7F. RGB value is (7,117,127). Sum of RGB (Red+Green+Blue) = 7+117+127=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #07757F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07757F is #F88A80. Grayscale: #555555. Windows color (decimal): -16288385 or 8353031. OLE color: 8353031.
HSL color Cylindrical-coordinate representation of color #07757F: hue angle of 185º 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 #07757F is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 117 | 127 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.50 |
| HSL | 185º | 0.9% | 0.26% | - |
| HSV(B) | 185º | 0.94% | 0.5% | - |
| XYZ | 10.28 | 14.3 | 22.3 | - |
| YUV | 85.25 | 151.56 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 127 | 0.94 | 0.08 | 0 | 0.50 | 185 | 0.9 | 0.26 |
| Hex | 7 | 75 | 7F | 5E | 8 | 0 | 32 | B9 | 5A | 1A |
| Octal | 7 | 165 | 177 | 136 | 10 | 0 | 62 | 271 | 132 | 32 |
| Binary | 111 | 1110101 | 1111111 | 1011110 | 1000 | 0 | 110010 | 10111001 | 1011010 | 11010 |
Color Harmonies of #07757F
Complementary color
Monochromatic Colors of #07757F
Black with #07757F
Text Example
Text Example
White with #07757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07757F; }
p { color: rgb(7,117,127); }
H1.HeaderClassName
{
color: #07757F;
}
.AnyTagClassName
{
color: #07757F;
}
</style>
background-color css
<style>
a { background-color: #07757F; }
a { background-color: rgb(7,117,127); }
div.DivClassName
{
background-color: #07757F;
}
.BgClassName
{
background-color: #07757F;
}
</style>
border-color css
<style>
span { border-color: #07757F; }
span { border-color: rgb(7,117,127); }
td.TdClassName
{
border-color: #07757F;
}
.TagClassName
{
border-color: #07757F;
}
</style>