Shades of Neptune #779DA3
Tints of Neptune #779DA3
RGB
CMYK
RGB Variations
Color information
#779DA3 (or 0x779DA3) is known color: Neptune. HEX triplet: 77, 9D and A3. RGB value is (119,157,163). Sum of RGB (Red+Green+Blue) = 119+157+163=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 163 - color contains mainly: blue. Hex color #779DA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779DA3 is #88625C. Grayscale: #929292. Windows color (decimal): -8938077 or 10722679. OLE color: 10722679.
HSL color Cylindrical-coordinate representation of color #779DA3: hue angle of 188.18º degrees, saturation: 0.19, 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 #779DA3 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 157 | 163 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.36 |
| HSL | 188.18º | 0.19% | 0.55% | - |
| HSV(B) | 188.18º | 0.27% | 0.64% | - |
| XYZ | 26.28 | 30.68 | 39.19 | - |
| YUV | 146.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 163 | 0.27 | 0.04 | 0 | 0.36 | 188.18 | 0.19 | 0.55 |
| Hex | 77 | 9D | A3 | 1B | 4 | 0 | 24 | BC | 13 | 37 |
| Octal | 167 | 235 | 243 | 33 | 4 | 0 | 44 | 274 | 23 | 67 |
| Binary | 1110111 | 10011101 | 10100011 | 11011 | 100 | 0 | 100100 | 10111100 | 10011 | 110111 |
Color Harmonies of #779DA3
Complementary color
Monochromatic Colors of #779DA3
Black with #779DA3
Text Example
Text Example
White with #779DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DA3; }
p { color: rgb(119,157,163); }
H1.HeaderClassName
{
color: #779DA3;
}
.AnyTagClassName
{
color: #779DA3;
}
</style>
background-color css
<style>
a { background-color: #779DA3; }
a { background-color: rgb(119,157,163); }
div.DivClassName
{
background-color: #779DA3;
}
.BgClassName
{
background-color: #779DA3;
}
</style>
border-color css
<style>
span { border-color: #779DA3; }
span { border-color: rgb(119,157,163); }
td.TdClassName
{
border-color: #779DA3;
}
.TagClassName
{
border-color: #779DA3;
}
</style>