Shades of Neptune #779C9E
Tints of Neptune #779C9E
RGB
CMYK
RGB Variations
Color information
#779C9E (or 0x779C9E) is known color: Neptune. HEX triplet: 77, 9C and 9E. RGB value is (119,156,158). Sum of RGB (Red+Green+Blue) = 119+156+158=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 158 - color contains mainly: blue. Hex color #779C9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779C9E is #886361. Grayscale: #919191. Windows color (decimal): -8938338 or 10394743. OLE color: 10394743.
HSL color Cylindrical-coordinate representation of color #779C9E: hue angle of 183.08º 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 #779C9E is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 156 | 158 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.38 |
| HSL | 183.08º | 0.17% | 0.54% | - |
| HSV(B) | 183.08º | 0.25% | 0.62% | - |
| XYZ | 25.67 | 30.17 | 36.82 | - |
| YUV | 145.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 158 | 0.25 | 0.01 | 0 | 0.38 | 183.08 | 0.17 | 0.54 |
| Hex | 77 | 9C | 9E | 19 | 1 | 0 | 26 | B7 | 11 | 36 |
| Octal | 167 | 234 | 236 | 31 | 1 | 0 | 46 | 267 | 21 | 66 |
| Binary | 1110111 | 10011100 | 10011110 | 11001 | 1 | 0 | 100110 | 10110111 | 10001 | 110110 |
Color Harmonies of #779C9E
Complementary color
Monochromatic Colors of #779C9E
Black with #779C9E
Text Example
Text Example
White with #779C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779C9E; }
p { color: rgb(119,156,158); }
H1.HeaderClassName
{
color: #779C9E;
}
.AnyTagClassName
{
color: #779C9E;
}
</style>
background-color css
<style>
a { background-color: #779C9E; }
a { background-color: rgb(119,156,158); }
div.DivClassName
{
background-color: #779C9E;
}
.BgClassName
{
background-color: #779C9E;
}
</style>
border-color css
<style>
span { border-color: #779C9E; }
span { border-color: rgb(119,156,158); }
td.TdClassName
{
border-color: #779C9E;
}
.TagClassName
{
border-color: #779C9E;
}
</style>