Shades of Blue Lagoon #076E7C
Tints of Blue Lagoon #076E7C
RGB
CMYK
RGB Variations
Color information
#076E7C (or 0x076E7C) is known color: Blue Lagoon. HEX triplet: 07, 6E and 7C. RGB value is (7,110,124). Sum of RGB (Red+Green+Blue) = 7+110+124=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #076E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076E7C is #F89183. Grayscale: #505050. Windows color (decimal): -16290180 or 8154631. OLE color: 8154631.
HSL color Cylindrical-coordinate representation of color #076E7C: hue angle of 187.18º 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 #076E7C is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 110 | 124 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.51 |
| HSL | 187.18º | 0.89% | 0.26% | - |
| HSV(B) | 187.18º | 0.94% | 0.49% | - |
| XYZ | 9.3 | 12.65 | 21.02 | - |
| YUV | 80.8 | 152.38 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 124 | 0.94 | 0.11 | 0 | 0.51 | 187.18 | 0.89 | 0.26 |
| Hex | 7 | 6E | 7C | 5E | B | 0 | 33 | BB | 59 | 1A |
| Octal | 7 | 156 | 174 | 136 | 13 | 0 | 63 | 273 | 131 | 32 |
| Binary | 111 | 1101110 | 1111100 | 1011110 | 1011 | 0 | 110011 | 10111011 | 1011001 | 11010 |
Color Harmonies of #076E7C
Complementary color
Monochromatic Colors of #076E7C
Black with #076E7C
Text Example
Text Example
White with #076E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076E7C; }
p { color: rgb(7,110,124); }
H1.HeaderClassName
{
color: #076E7C;
}
.AnyTagClassName
{
color: #076E7C;
}
</style>
background-color css
<style>
a { background-color: #076E7C; }
a { background-color: rgb(7,110,124); }
div.DivClassName
{
background-color: #076E7C;
}
.BgClassName
{
background-color: #076E7C;
}
</style>
border-color css
<style>
span { border-color: #076E7C; }
span { border-color: rgb(7,110,124); }
td.TdClassName
{
border-color: #076E7C;
}
.TagClassName
{
border-color: #076E7C;
}
</style>