#779BA0

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

Shades of Neptune #779BA0

Tints of Neptune #779BA0

Color information

#779BA0 (or 0x779BA0) is unknown color: approx Neptune. HEX triplet: 77, 9B and A0. RGB value is (119,155,160). Sum of RGB (Red+Green+Blue) = 119+155+160=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 160 - color contains mainly: blue. Hex color #779BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779BA0 is #88645F. Grayscale: #909090. Windows color (decimal): -8938592 or 10525559. OLE color: 10525559.

HSL color Cylindrical-coordinate representation of color #779BA0: hue angle of 187.32º 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 #779BA0 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB119155160-
CMYK0.260.0300.37
HSL187.32º17.75%54.71%-
HSV(B)187.32º25.62%62.75%-
XYZ25.6729.937.68-
YUV144.81136.57109.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.42%
GREEN value IS 155 (60.94% from 255) = 35.71%
BLUE value IS 160 (62.89% from 255) = 36.87%
R=27.42%
G=35.71%
B=36.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1191551600.260.0300.37187.3217.7554.71
Hex779BA01A3025bb1237
Octal1672332403230452732267
Binary11101111001101110100000110101101001011011101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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