Shades of Blue Lagoon #076B77
Tints of Blue Lagoon #076B77
RGB
CMYK
RGB Variations
Color information
#076B77 (or 0x076B77) is known color: Blue Lagoon. HEX triplet: 07, 6B and 77. RGB value is (7,107,119). Sum of RGB (Red+Green+Blue) = 7+107+119=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #076B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B77 is #F89488. Grayscale: #4E4E4E. Windows color (decimal): -16290953 or 7826183. OLE color: 7826183.
HSL color Cylindrical-coordinate representation of color #076B77: hue angle of 186.43º 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 #076B77 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 107 | 119 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.53 |
| HSL | 186.43º | 0.89% | 0.25% | - |
| HSV(B) | 186.43º | 0.94% | 0.47% | - |
| XYZ | 8.68 | 11.89 | 19.29 | - |
| YUV | 78.47 | 150.87 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 119 | 0.94 | 0.10 | 0 | 0.53 | 186.43 | 0.89 | 0.25 |
| Hex | 7 | 6B | 77 | 5E | A | 0 | 35 | BA | 59 | 19 |
| Octal | 7 | 153 | 167 | 136 | 12 | 0 | 65 | 272 | 131 | 31 |
| Binary | 111 | 1101011 | 1110111 | 1011110 | 1010 | 0 | 110101 | 10111010 | 1011001 | 11001 |
Color Harmonies of #076B77
Complementary color
Monochromatic Colors of #076B77
Black with #076B77
Text Example
Text Example
White with #076B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B77; }
p { color: rgb(7,107,119); }
H1.HeaderClassName
{
color: #076B77;
}
.AnyTagClassName
{
color: #076B77;
}
</style>
background-color css
<style>
a { background-color: #076B77; }
a { background-color: rgb(7,107,119); }
div.DivClassName
{
background-color: #076B77;
}
.BgClassName
{
background-color: #076B77;
}
</style>
border-color css
<style>
span { border-color: #076B77; }
span { border-color: rgb(7,107,119); }
td.TdClassName
{
border-color: #076B77;
}
.TagClassName
{
border-color: #076B77;
}
</style>