Shades of Blue Lagoon #076875
Tints of Blue Lagoon #076875
RGB
CMYK
RGB Variations
Color information
#076875 (or 0x076875) is known color: Blue Lagoon. HEX triplet: 07, 68 and 75. RGB value is (7,104,117). Sum of RGB (Red+Green+Blue) = 7+104+117=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #076875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076875 is #F8978A. Grayscale: #4C4C4C. Windows color (decimal): -16291723 or 7694343. OLE color: 7694343.
HSL color Cylindrical-coordinate representation of color #076875: hue angle of 187.09º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076875 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 104 | 117 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.54 |
| HSL | 187.09º | 0.89% | 0.24% | - |
| HSV(B) | 187.09º | 0.94% | 0.46% | - |
| XYZ | 8.25 | 11.23 | 18.56 | - |
| YUV | 76.48 | 150.86 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 117 | 0.94 | 0.11 | 0 | 0.54 | 187.09 | 0.89 | 0.24 |
| Hex | 7 | 68 | 75 | 5E | B | 0 | 36 | BB | 59 | 18 |
| Octal | 7 | 150 | 165 | 136 | 13 | 0 | 66 | 273 | 131 | 30 |
| Binary | 111 | 1101000 | 1110101 | 1011110 | 1011 | 0 | 110110 | 10111011 | 1011001 | 11000 |
Color Harmonies of #076875
Complementary color
Monochromatic Colors of #076875
Black with #076875
Text Example
Text Example
White with #076875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076875; }
p { color: rgb(7,104,117); }
H1.HeaderClassName
{
color: #076875;
}
.AnyTagClassName
{
color: #076875;
}
</style>
background-color css
<style>
a { background-color: #076875; }
a { background-color: rgb(7,104,117); }
div.DivClassName
{
background-color: #076875;
}
.BgClassName
{
background-color: #076875;
}
</style>
border-color css
<style>
span { border-color: #076875; }
span { border-color: rgb(7,104,117); }
td.TdClassName
{
border-color: #076875;
}
.TagClassName
{
border-color: #076875;
}
</style>