Shades of Neptune #779EA4
Tints of Neptune #779EA4
RGB
CMYK
RGB Variations
Color information
#779EA4 (or 0x779EA4) is known color: Neptune. HEX triplet: 77, 9E and A4. RGB value is (119,158,164). Sum of RGB (Red+Green+Blue) = 119+158+164=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 164 - color contains mainly: blue. Hex color #779EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779EA4 is #88615B. Grayscale: #929292. Windows color (decimal): -8937820 or 10788471. OLE color: 10788471.
HSL color Cylindrical-coordinate representation of color #779EA4: hue angle of 188º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #779EA4 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 158 | 164 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.36 |
| HSL | 188º | 0.2% | 0.55% | - |
| HSV(B) | 188º | 0.27% | 0.64% | - |
| XYZ | 26.54 | 31.06 | 39.72 | - |
| YUV | 147.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 164 | 0.27 | 0.04 | 0 | 0.36 | 188 | 0.2 | 0.55 |
| Hex | 77 | 9E | A4 | 1B | 4 | 0 | 24 | BC | 14 | 37 |
| Octal | 167 | 236 | 244 | 33 | 4 | 0 | 44 | 274 | 24 | 67 |
| Binary | 1110111 | 10011110 | 10100100 | 11011 | 100 | 0 | 100100 | 10111100 | 10100 | 110111 |
Color Harmonies of #779EA4
Complementary color
Monochromatic Colors of #779EA4
Black with #779EA4
Text Example
Text Example
White with #779EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779EA4; }
p { color: rgb(119,158,164); }
H1.HeaderClassName
{
color: #779EA4;
}
.AnyTagClassName
{
color: #779EA4;
}
</style>
background-color css
<style>
a { background-color: #779EA4; }
a { background-color: rgb(119,158,164); }
div.DivClassName
{
background-color: #779EA4;
}
.BgClassName
{
background-color: #779EA4;
}
</style>
border-color css
<style>
span { border-color: #779EA4; }
span { border-color: rgb(119,158,164); }
td.TdClassName
{
border-color: #779EA4;
}
.TagClassName
{
border-color: #779EA4;
}
</style>