Shades of Teal #07778D
Tints of Teal #07778D
RGB
CMYK
RGB Variations
Color information
#07778D (or 0x07778D) is known color: Teal. HEX triplet: 07, 77 and 8D. RGB value is (7,119,141). Sum of RGB (Red+Green+Blue) = 7+119+141=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #07778D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07778D is #F88872. Grayscale: #575757. Windows color (decimal): -16287859 or 9271047. OLE color: 9271047.
HSL color Cylindrical-coordinate representation of color #07778D: hue angle of 189.85º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07778D is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 119 | 141 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.45 |
| HSL | 189.85º | 0.91% | 0.29% | - |
| HSV(B) | 189.85º | 0.95% | 0.55% | - |
| XYZ | 11.49 | 15.16 | 27.52 | - |
| YUV | 88.02 | 157.89 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 141 | 0.95 | 0.16 | 0 | 0.45 | 189.85 | 0.91 | 0.29 |
| Hex | 7 | 77 | 8D | 5F | 10 | 0 | 2D | BE | 5B | 1D |
| Octal | 7 | 167 | 215 | 137 | 20 | 0 | 55 | 276 | 133 | 35 |
| Binary | 111 | 1110111 | 10001101 | 1011111 | 10000 | 0 | 101101 | 10111110 | 1011011 | 11101 |
Color Harmonies of #07778D
Complementary color
Monochromatic Colors of #07778D
Black with #07778D
Text Example
Text Example
White with #07778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07778D; }
p { color: rgb(7,119,141); }
H1.HeaderClassName
{
color: #07778D;
}
.AnyTagClassName
{
color: #07778D;
}
</style>
background-color css
<style>
a { background-color: #07778D; }
a { background-color: rgb(7,119,141); }
div.DivClassName
{
background-color: #07778D;
}
.BgClassName
{
background-color: #07778D;
}
</style>
border-color css
<style>
span { border-color: #07778D; }
span { border-color: rgb(7,119,141); }
td.TdClassName
{
border-color: #07778D;
}
.TagClassName
{
border-color: #07778D;
}
</style>