Shades of Blue Lagoon #076774
Tints of Blue Lagoon #076774
RGB
CMYK
RGB Variations
Color information
#076774 (or 0x076774) is known color: Blue Lagoon. HEX triplet: 07, 67 and 74. RGB value is (7,103,116). Sum of RGB (Red+Green+Blue) = 7+103+116=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #076774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076774 is #F8988B. Grayscale: #4B4B4B. Windows color (decimal): -16291980 or 7628551. OLE color: 7628551.
HSL color Cylindrical-coordinate representation of color #076774: hue angle of 187.16º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076774 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 103 | 116 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.55 |
| HSL | 187.16º | 0.89% | 0.24% | - |
| HSV(B) | 187.16º | 0.94% | 0.45% | - |
| XYZ | 8.09 | 11.01 | 18.22 | - |
| YUV | 75.78 | 150.7 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 116 | 0.94 | 0.11 | 0 | 0.55 | 187.16 | 0.89 | 0.24 |
| Hex | 7 | 67 | 74 | 5E | B | 0 | 37 | BB | 59 | 18 |
| Octal | 7 | 147 | 164 | 136 | 13 | 0 | 67 | 273 | 131 | 30 |
| Binary | 111 | 1100111 | 1110100 | 1011110 | 1011 | 0 | 110111 | 10111011 | 1011001 | 11000 |
Color Harmonies of #076774
Complementary color
Monochromatic Colors of #076774
Black with #076774
Text Example
Text Example
White with #076774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076774; }
p { color: rgb(7,103,116); }
H1.HeaderClassName
{
color: #076774;
}
.AnyTagClassName
{
color: #076774;
}
</style>
background-color css
<style>
a { background-color: #076774; }
a { background-color: rgb(7,103,116); }
div.DivClassName
{
background-color: #076774;
}
.BgClassName
{
background-color: #076774;
}
</style>
border-color css
<style>
span { border-color: #076774; }
span { border-color: rgb(7,103,116); }
td.TdClassName
{
border-color: #076774;
}
.TagClassName
{
border-color: #076774;
}
</style>