#779EA2

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

Shades of Neptune #779EA2

Tints of Neptune #779EA2

Color information

#779EA2 (or 0x779EA2) is unknown color: approx Neptune. HEX triplet: 77, 9E and A2. RGB value is (119,158,162). Sum of RGB (Red+Green+Blue) = 119+158+162=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 162 - color contains mainly: blue. Hex color #779EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779EA2 is #88615D. Grayscale: #929292. Windows color (decimal): -8937822 or 10657399. OLE color: 10657399.

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

Color convert

RGB119158162-
CMYK0.270.0200.36
HSL185.58º18.78%55.1%-
HSV(B)185.58º26.54%63.53%-
XYZ26.3630.9838.77-
YUV146.79136.58108.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.11%
GREEN value IS 158 (62.11% from 255) = 35.99%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=27.11%
G=35.99%
B=36.90%

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
Decimal1191581620.270.0200.36185.5818.7855.1
Hex779EA21B2024ba1337
Octal1672362423320442722367
Binary11101111001111010100010110111001001001011101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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