Shades of Teal #07778A
Tints of Teal #07778A
RGB
CMYK
RGB Variations
Color information
#07778A (or 0x07778A) is known color: Teal. HEX triplet: 07, 77 and 8A. RGB value is (7,119,138). Sum of RGB (Red+Green+Blue) = 7+119+138=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #07778A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07778A is #F88875. Grayscale: #575757. Windows color (decimal): -16287862 or 9074439. OLE color: 9074439.
HSL color Cylindrical-coordinate representation of color #07778A: hue angle of 188.7º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07778A is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 119 | 138 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.46 |
| HSL | 188.7º | 0.9% | 0.28% | - |
| HSV(B) | 188.7º | 0.95% | 0.54% | - |
| XYZ | 11.27 | 15.07 | 26.36 | - |
| YUV | 87.68 | 156.39 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 138 | 0.95 | 0.14 | 0 | 0.46 | 188.7 | 0.9 | 0.28 |
| Hex | 7 | 77 | 8A | 5F | E | 0 | 2E | BD | 5A | 1C |
| Octal | 7 | 167 | 212 | 137 | 16 | 0 | 56 | 275 | 132 | 34 |
| Binary | 111 | 1110111 | 10001010 | 1011111 | 1110 | 0 | 101110 | 10111101 | 1011010 | 11100 |
Color Harmonies of #07778A
Complementary color
Monochromatic Colors of #07778A
Black with #07778A
Text Example
Text Example
White with #07778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07778A; }
p { color: rgb(7,119,138); }
H1.HeaderClassName
{
color: #07778A;
}
.AnyTagClassName
{
color: #07778A;
}
</style>
background-color css
<style>
a { background-color: #07778A; }
a { background-color: rgb(7,119,138); }
div.DivClassName
{
background-color: #07778A;
}
.BgClassName
{
background-color: #07778A;
}
</style>
border-color css
<style>
span { border-color: #07778A; }
span { border-color: rgb(7,119,138); }
td.TdClassName
{
border-color: #07778A;
}
.TagClassName
{
border-color: #07778A;
}
</style>