Shades of Neptune #779E9F
Tints of Neptune #779E9F
RGB
CMYK
RGB Variations
Color information
#779E9F (or 0x779E9F) is known color: Neptune. HEX triplet: 77, 9E and 9F. RGB value is (119,158,159). Sum of RGB (Red+Green+Blue) = 119+158+159=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 159 - color contains mainly: blue. Hex color #779E9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779E9F is #886160. Grayscale: #929292. Windows color (decimal): -8937825 or 10460791. OLE color: 10460791.
HSL color Cylindrical-coordinate representation of color #779E9F: hue angle of 181.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779E9F is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 158 | 159 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.38 |
| HSL | 181.5º | 0.17% | 0.55% | - |
| HSV(B) | 181.5º | 0.25% | 0.62% | - |
| XYZ | 26.09 | 30.88 | 37.39 | - |
| YUV | 146.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 159 | 0.25 | 0.01 | 0 | 0.38 | 181.5 | 0.17 | 0.55 |
| Hex | 77 | 9E | 9F | 19 | 1 | 0 | 26 | B6 | 11 | 37 |
| Octal | 167 | 236 | 237 | 31 | 1 | 0 | 46 | 266 | 21 | 67 |
| Binary | 1110111 | 10011110 | 10011111 | 11001 | 1 | 0 | 100110 | 10110110 | 10001 | 110111 |
Color Harmonies of #779E9F
Complementary color
Monochromatic Colors of #779E9F
Black with #779E9F
Text Example
Text Example
White with #779E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779E9F; }
p { color: rgb(119,158,159); }
H1.HeaderClassName
{
color: #779E9F;
}
.AnyTagClassName
{
color: #779E9F;
}
</style>
background-color css
<style>
a { background-color: #779E9F; }
a { background-color: rgb(119,158,159); }
div.DivClassName
{
background-color: #779E9F;
}
.BgClassName
{
background-color: #779E9F;
}
</style>
border-color css
<style>
span { border-color: #779E9F; }
span { border-color: rgb(119,158,159); }
td.TdClassName
{
border-color: #779E9F;
}
.TagClassName
{
border-color: #779E9F;
}
</style>