#779F9D

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

Shades of Neptune #779F9D

Tints of Neptune #779F9D

Color information

#779F9D (or 0x779F9D) is unknown color: approx Neptune. HEX triplet: 77, 9F and 9D. RGB value is (119,159,157). Sum of RGB (Red+Green+Blue) = 119+159+157=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 159 - color contains mainly: green. Hex color #779F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779F9D is #886062. Grayscale: #929292. Windows color (decimal): -8937571 or 10329975. OLE color: 10329975.

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

Color convert

RGB119159157-
CMYK0.2500.010.38
HSL177º17.24%54.51%-
HSV(B)177º25.16%62.35%-
XYZ26.0931.1536.54-
YUV146.81133.75108.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.36%
GREEN value IS 159 (62.5% from 255) = 36.55%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=27.36%
G=36.55%
B=36.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191591570.2500.010.3817717.2454.51
Hex779F9D190126b11137
Octal1672372353101462612167
Binary1110111100111111001110111001011001101011000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,159,157); }

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

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

 a { background-color: rgb(119,159,157); }

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

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

 span { border-color: rgb(119,159,157); }

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