Shades of Neptune #779DA2
Tints of Neptune #779DA2
RGB
CMYK
RGB Variations
Color information
#779DA2 (or 0x779DA2) is known color: Neptune. HEX triplet: 77, 9D and A2. RGB value is (119,157,162). Sum of RGB (Red+Green+Blue) = 119+157+162=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 162 - color contains mainly: blue. Hex color #779DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779DA2 is #88625D. Grayscale: #929292. Windows color (decimal): -8938078 or 10657143. OLE color: 10657143.
HSL color Cylindrical-coordinate representation of color #779DA2: hue angle of 186.98º 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 #779DA2 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 157 | 162 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.36 |
| HSL | 186.98º | 0.19% | 0.55% | - |
| HSV(B) | 186.98º | 0.27% | 0.64% | - |
| XYZ | 26.19 | 30.64 | 38.72 | - |
| YUV | 146.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 162 | 0.27 | 0.03 | 0 | 0.36 | 186.98 | 0.19 | 0.55 |
| Hex | 77 | 9D | A2 | 1B | 3 | 0 | 24 | BB | 13 | 37 |
| Octal | 167 | 235 | 242 | 33 | 3 | 0 | 44 | 273 | 23 | 67 |
| Binary | 1110111 | 10011101 | 10100010 | 11011 | 11 | 0 | 100100 | 10111011 | 10011 | 110111 |
Color Harmonies of #779DA2
Complementary color
Monochromatic Colors of #779DA2
Black with #779DA2
Text Example
Text Example
White with #779DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DA2; }
p { color: rgb(119,157,162); }
H1.HeaderClassName
{
color: #779DA2;
}
.AnyTagClassName
{
color: #779DA2;
}
</style>
background-color css
<style>
a { background-color: #779DA2; }
a { background-color: rgb(119,157,162); }
div.DivClassName
{
background-color: #779DA2;
}
.BgClassName
{
background-color: #779DA2;
}
</style>
border-color css
<style>
span { border-color: #779DA2; }
span { border-color: rgb(119,157,162); }
td.TdClassName
{
border-color: #779DA2;
}
.TagClassName
{
border-color: #779DA2;
}
</style>