Shades of Neptune #779B9E
Tints of Neptune #779B9E
RGB
CMYK
RGB Variations
Color information
#779B9E (or 0x779B9E) is known color: Neptune. HEX triplet: 77, 9B and 9E. RGB value is (119,155,158). Sum of RGB (Red+Green+Blue) = 119+155+158=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 158 - color contains mainly: blue. Hex color #779B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779B9E is #886461. Grayscale: #909090. Windows color (decimal): -8938594 or 10394487. OLE color: 10394487.
HSL color Cylindrical-coordinate representation of color #779B9E: hue angle of 184.62º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779B9E is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 155 | 158 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.38 |
| HSL | 184.62º | 0.17% | 0.54% | - |
| HSV(B) | 184.62º | 0.25% | 0.62% | - |
| XYZ | 25.5 | 29.83 | 36.76 | - |
| YUV | 144.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 158 | 0.25 | 0.02 | 0 | 0.38 | 184.62 | 0.17 | 0.54 |
| Hex | 77 | 9B | 9E | 19 | 2 | 0 | 26 | B9 | 11 | 36 |
| Octal | 167 | 233 | 236 | 31 | 2 | 0 | 46 | 271 | 21 | 66 |
| Binary | 1110111 | 10011011 | 10011110 | 11001 | 10 | 0 | 100110 | 10111001 | 10001 | 110110 |
Color Harmonies of #779B9E
Complementary color
Monochromatic Colors of #779B9E
Black with #779B9E
Text Example
Text Example
White with #779B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B9E; }
p { color: rgb(119,155,158); }
H1.HeaderClassName
{
color: #779B9E;
}
.AnyTagClassName
{
color: #779B9E;
}
</style>
background-color css
<style>
a { background-color: #779B9E; }
a { background-color: rgb(119,155,158); }
div.DivClassName
{
background-color: #779B9E;
}
.BgClassName
{
background-color: #779B9E;
}
</style>
border-color css
<style>
span { border-color: #779B9E; }
span { border-color: rgb(119,155,158); }
td.TdClassName
{
border-color: #779B9E;
}
.TagClassName
{
border-color: #779B9E;
}
</style>