#779B9E

Color #779B9E Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #779B9E

Tints of Neptune #779B9E

Color information

#779B9E (or 0x779B9E) is unknown color: approx Neptune. HEX triplet: 77, 9B and 9E. RGB value is (119,155,158). Sum of RGB (Red+Green+Blue) = 119+155+158=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 158 - color contains mainly: blue. Hex color #779B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779B9E is #886461. Grayscale: #909090. Windows color (decimal): -8938594 or 10394487. OLE color: 10394487.

HSL color Cylindrical-coordinate representation of color #779B9E: hue angle of 184.62º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779B9E is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119155158-
CMYK0.250.0200.38
HSL184.62º16.74%54.31%-
HSV(B)184.62º24.68%61.96%-
XYZ25.529.8336.76-
YUV144.58135.57109.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 27.55%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=27.55%
G=35.88%
B=36.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191551580.250.0200.38184.6216.7454.31
Hex779B9E192026b91136
Octal1672332363120462712166
Binary11101111001101110011110110011001001101011100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779B9E; }

 p { color: rgb(119,155,158); }

 H1.HeaderClassName
 {
   color: #779B9E;
 }
 .AnyTagClassName
 {
   color: #779B9E;
 }
</style>
background-color css

<style>
 a { background-color: #779B9E; }

 a { background-color: rgb(119,155,158); }

 div.DivClassName
 {
   background-color: #779B9E;
 }
 .BgClassName
 {
   background-color: #779B9E;
 }
</style>
border-color css

<style>
 span { border-color: #779B9E; }

 span { border-color: rgb(119,155,158); }

 td.TdClassName
 {
   border-color: #779B9E;
 }
 .TagClassName
 {
   border-color: #779B9E;
 }
</style>