Shades of Blue Lagoon #076D78
Tints of Blue Lagoon #076D78
RGB
CMYK
RGB Variations
Color information
#076D78 (or 0x076D78) is known color: Blue Lagoon. HEX triplet: 07, 6D and 78. RGB value is (7,109,120). Sum of RGB (Red+Green+Blue) = 7+109+120=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #076D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076D78 is #F89287. Grayscale: #4F4F4F. Windows color (decimal): -16290440 or 7892231. OLE color: 7892231.
HSL color Cylindrical-coordinate representation of color #076D78: hue angle of 185.84º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D78 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 109 | 120 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.53 |
| HSL | 185.84º | 0.89% | 0.25% | - |
| HSV(B) | 185.84º | 0.94% | 0.47% | - |
| XYZ | 8.95 | 12.34 | 19.68 | - |
| YUV | 79.76 | 150.71 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 120 | 0.94 | 0.09 | 0 | 0.53 | 185.84 | 0.89 | 0.25 |
| Hex | 7 | 6D | 78 | 5E | 9 | 0 | 35 | BA | 59 | 19 |
| Octal | 7 | 155 | 170 | 136 | 11 | 0 | 65 | 272 | 131 | 31 |
| Binary | 111 | 1101101 | 1111000 | 1011110 | 1001 | 0 | 110101 | 10111010 | 1011001 | 11001 |
Color Harmonies of #076D78
Complementary color
Monochromatic Colors of #076D78
Black with #076D78
Text Example
Text Example
White with #076D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D78; }
p { color: rgb(7,109,120); }
H1.HeaderClassName
{
color: #076D78;
}
.AnyTagClassName
{
color: #076D78;
}
</style>
background-color css
<style>
a { background-color: #076D78; }
a { background-color: rgb(7,109,120); }
div.DivClassName
{
background-color: #076D78;
}
.BgClassName
{
background-color: #076D78;
}
</style>
border-color css
<style>
span { border-color: #076D78; }
span { border-color: rgb(7,109,120); }
td.TdClassName
{
border-color: #076D78;
}
.TagClassName
{
border-color: #076D78;
}
</style>