#779FA2

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

Shades of Neptune #779FA2

Tints of Neptune #779FA2

Color information

#779FA2 (or 0x779FA2) is unknown color: approx Neptune. HEX triplet: 77, 9F and A2. RGB value is (119,159,162). Sum of RGB (Red+Green+Blue) = 119+159+162=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 162 - color contains mainly: blue. Hex color #779FA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779FA2 is #88605D. Grayscale: #939393. Windows color (decimal): -8937566 or 10657655. OLE color: 10657655.

HSL color Cylindrical-coordinate representation of color #779FA2: hue angle of 184.19º 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 #779FA2 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB119159162-
CMYK0.270.0200.36
HSL184.19º18.78%55.1%-
HSV(B)184.19º26.54%63.53%-
XYZ26.5331.3338.83-
YUV147.38136.25107.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.05%
GREEN value IS 159 (62.5% from 255) = 36.14%
BLUE value IS 162 (63.67% from 255) = 36.82%
R=27.05%
G=36.14%
B=36.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191591620.270.0200.36184.1918.7855.1
Hex779FA21B2024b81337
Octal1672372423320442702367
Binary11101111001111110100010110111001001001011100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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