Shades of Neptune #779A9D
Tints of Neptune #779A9D
RGB
CMYK
RGB Variations
Color information
#779A9D (or 0x779A9D) is known color: Neptune. HEX triplet: 77, 9A and 9D. RGB value is (119,154,157). Sum of RGB (Red+Green+Blue) = 119+154+157=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 157 - color contains mainly: blue. Hex color #779A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779A9D is #886562. Grayscale: #8F8F8F. Windows color (decimal): -8938851 or 10328695. OLE color: 10328695.
HSL color Cylindrical-coordinate representation of color #779A9D: hue angle of 184.74º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779A9D is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 154 | 157 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.38 |
| HSL | 184.74º | 0.16% | 0.54% | - |
| HSV(B) | 184.74º | 0.24% | 0.62% | - |
| XYZ | 25.25 | 29.47 | 36.26 | - |
| YUV | 143.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 157 | 0.24 | 0.02 | 0 | 0.38 | 184.74 | 0.16 | 0.54 |
| Hex | 77 | 9A | 9D | 18 | 2 | 0 | 26 | B9 | 10 | 36 |
| Octal | 167 | 232 | 235 | 30 | 2 | 0 | 46 | 271 | 20 | 66 |
| Binary | 1110111 | 10011010 | 10011101 | 11000 | 10 | 0 | 100110 | 10111001 | 10000 | 110110 |
Color Harmonies of #779A9D
Complementary color
Monochromatic Colors of #779A9D
Black with #779A9D
Text Example
Text Example
White with #779A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779A9D; }
p { color: rgb(119,154,157); }
H1.HeaderClassName
{
color: #779A9D;
}
.AnyTagClassName
{
color: #779A9D;
}
</style>
background-color css
<style>
a { background-color: #779A9D; }
a { background-color: rgb(119,154,157); }
div.DivClassName
{
background-color: #779A9D;
}
.BgClassName
{
background-color: #779A9D;
}
</style>
border-color css
<style>
span { border-color: #779A9D; }
span { border-color: rgb(119,154,157); }
td.TdClassName
{
border-color: #779A9D;
}
.TagClassName
{
border-color: #779A9D;
}
</style>