Shades of Blue Lagoon #07677A
Tints of Blue Lagoon #07677A
RGB
CMYK
RGB Variations
Color information
#07677A (or 0x07677A) is known color: Blue Lagoon. HEX triplet: 07, 67 and 7A. RGB value is (7,103,122). Sum of RGB (Red+Green+Blue) = 7+103+122=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #07677A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07677A is #F89885. Grayscale: #4C4C4C. Windows color (decimal): -16291974 or 8021767. OLE color: 8021767.
HSL color Cylindrical-coordinate representation of color #07677A: hue angle of 189.91º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07677A is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 103 | 122 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.52 |
| HSL | 189.91º | 0.89% | 0.25% | - |
| HSV(B) | 189.91º | 0.94% | 0.48% | - |
| XYZ | 8.45 | 11.15 | 20.12 | - |
| YUV | 76.46 | 153.7 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 122 | 0.94 | 0.16 | 0 | 0.52 | 189.91 | 0.89 | 0.25 |
| Hex | 7 | 67 | 7A | 5E | 10 | 0 | 34 | BE | 59 | 19 |
| Octal | 7 | 147 | 172 | 136 | 20 | 0 | 64 | 276 | 131 | 31 |
| Binary | 111 | 1100111 | 1111010 | 1011110 | 10000 | 0 | 110100 | 10111110 | 1011001 | 11001 |
Color Harmonies of #07677A
Complementary color
Monochromatic Colors of #07677A
Black with #07677A
Text Example
Text Example
White with #07677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07677A; }
p { color: rgb(7,103,122); }
H1.HeaderClassName
{
color: #07677A;
}
.AnyTagClassName
{
color: #07677A;
}
</style>
background-color css
<style>
a { background-color: #07677A; }
a { background-color: rgb(7,103,122); }
div.DivClassName
{
background-color: #07677A;
}
.BgClassName
{
background-color: #07677A;
}
</style>
border-color css
<style>
span { border-color: #07677A; }
span { border-color: rgb(7,103,122); }
td.TdClassName
{
border-color: #07677A;
}
.TagClassName
{
border-color: #07677A;
}
</style>