#779EA0

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

Shades of Neptune #779EA0

Tints of Neptune #779EA0

Color information

#779EA0 (or 0x779EA0) is unknown color: approx Neptune. HEX triplet: 77, 9E and A0. RGB value is (119,158,160). Sum of RGB (Red+Green+Blue) = 119+158+160=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 160 - color contains mainly: blue. Hex color #779EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779EA0 is #88615F. Grayscale: #929292. Windows color (decimal): -8937824 or 10526327. OLE color: 10526327.

HSL color Cylindrical-coordinate representation of color #779EA0: hue angle of 182.93º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #779EA0 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB119158160-
CMYK0.260.0100.37
HSL182.93º17.75%54.71%-
HSV(B)182.93º25.62%62.75%-
XYZ26.1830.9137.84-
YUV146.57135.58108.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.23%
GREEN value IS 158 (62.11% from 255) = 36.16%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=27.23%
G=36.16%
B=36.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1191581600.260.0100.37182.9317.7554.71
Hex779EA01A1025b71237
Octal1672362403210452672267
Binary1110111100111101010000011010101001011011011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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