Shades of Blue Lagoon #076E7A
Tints of Blue Lagoon #076E7A
RGB
CMYK
RGB Variations
Color information
#076E7A (or 0x076E7A) is known color: Blue Lagoon. HEX triplet: 07, 6E and 7A. RGB value is (7,110,122). Sum of RGB (Red+Green+Blue) = 7+110+122=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #076E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076E7A is #F89185. Grayscale: #505050. Windows color (decimal): -16290182 or 8023559. OLE color: 8023559.
HSL color Cylindrical-coordinate representation of color #076E7A: hue angle of 186.26º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076E7A is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 110 | 122 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.52 |
| HSL | 186.26º | 0.89% | 0.25% | - |
| HSV(B) | 186.26º | 0.94% | 0.48% | - |
| XYZ | 9.18 | 12.6 | 20.36 | - |
| YUV | 80.57 | 151.38 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 122 | 0.94 | 0.10 | 0 | 0.52 | 186.26 | 0.89 | 0.25 |
| Hex | 7 | 6E | 7A | 5E | A | 0 | 34 | BA | 59 | 19 |
| Octal | 7 | 156 | 172 | 136 | 12 | 0 | 64 | 272 | 131 | 31 |
| Binary | 111 | 1101110 | 1111010 | 1011110 | 1010 | 0 | 110100 | 10111010 | 1011001 | 11001 |
Color Harmonies of #076E7A
Complementary color
Monochromatic Colors of #076E7A
Black with #076E7A
Text Example
Text Example
White with #076E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076E7A; }
p { color: rgb(7,110,122); }
H1.HeaderClassName
{
color: #076E7A;
}
.AnyTagClassName
{
color: #076E7A;
}
</style>
background-color css
<style>
a { background-color: #076E7A; }
a { background-color: rgb(7,110,122); }
div.DivClassName
{
background-color: #076E7A;
}
.BgClassName
{
background-color: #076E7A;
}
</style>
border-color css
<style>
span { border-color: #076E7A; }
span { border-color: rgb(7,110,122); }
td.TdClassName
{
border-color: #076E7A;
}
.TagClassName
{
border-color: #076E7A;
}
</style>