#779D9E

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

Shades of Neptune #779D9E

Tints of Neptune #779D9E

Color information

#779D9E (or 0x779D9E) is unknown color: approx Neptune. HEX triplet: 77, 9D and 9E. RGB value is (119,157,158). Sum of RGB (Red+Green+Blue) = 119+157+158=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 158 - color contains mainly: blue. Hex color #779D9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779D9E is #886261. Grayscale: #919191. Windows color (decimal): -8938082 or 10394999. OLE color: 10394999.

HSL color Cylindrical-coordinate representation of color #779D9E: hue angle of 181.54º 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 #779D9E is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119157158-
CMYK0.250.0100.38
HSL181.54º16.74%54.31%-
HSV(B)181.54º24.68%61.96%-
XYZ25.8430.536.87-
YUV145.75134.91108.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.42%
GREEN value IS 157 (61.72% from 255) = 36.18%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=27.42%
G=36.18%
B=36.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191571580.250.0100.38181.5416.7454.31
Hex779D9E191026b61136
Octal1672352363110462662166
Binary1110111100111011001111011001101001101011011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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