Shades of Blue Lagoon #076C7E
Tints of Blue Lagoon #076C7E
RGB
CMYK
RGB Variations
Color information
#076C7E (or 0x076C7E) is known color: Blue Lagoon. HEX triplet: 07, 6C and 7E. RGB value is (7,108,126). Sum of RGB (Red+Green+Blue) = 7+108+126=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #076C7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076C7E is #F89381. Grayscale: #4F4F4F. Windows color (decimal): -16290690 or 8285191. OLE color: 8285191.
HSL color Cylindrical-coordinate representation of color #076C7E: hue angle of 189.08º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076C7E is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 108 | 126 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.51 |
| HSL | 189.08º | 0.89% | 0.26% | - |
| HSV(B) | 189.08º | 0.94% | 0.49% | - |
| XYZ | 9.22 | 12.28 | 21.62 | - |
| YUV | 79.85 | 154.04 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 126 | 0.94 | 0.14 | 0 | 0.51 | 189.08 | 0.89 | 0.26 |
| Hex | 7 | 6C | 7E | 5E | E | 0 | 33 | BD | 59 | 1A |
| Octal | 7 | 154 | 176 | 136 | 16 | 0 | 63 | 275 | 131 | 32 |
| Binary | 111 | 1101100 | 1111110 | 1011110 | 1110 | 0 | 110011 | 10111101 | 1011001 | 11010 |
Color Harmonies of #076C7E
Complementary color
Monochromatic Colors of #076C7E
Black with #076C7E
Text Example
Text Example
White with #076C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076C7E; }
p { color: rgb(7,108,126); }
H1.HeaderClassName
{
color: #076C7E;
}
.AnyTagClassName
{
color: #076C7E;
}
</style>
background-color css
<style>
a { background-color: #076C7E; }
a { background-color: rgb(7,108,126); }
div.DivClassName
{
background-color: #076C7E;
}
.BgClassName
{
background-color: #076C7E;
}
</style>
border-color css
<style>
span { border-color: #076C7E; }
span { border-color: rgb(7,108,126); }
td.TdClassName
{
border-color: #076C7E;
}
.TagClassName
{
border-color: #076C7E;
}
</style>