#779FA5

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

Shades of Neptune #779FA5

Tints of Neptune #779FA5

Color information

#779FA5 (or 0x779FA5) is unknown color: approx Neptune. HEX triplet: 77, 9F and A5. RGB value is (119,159,165). Sum of RGB (Red+Green+Blue) = 119+159+165=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 165 - color contains mainly: blue. Hex color #779FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779FA5 is #88605A. Grayscale: #939393. Windows color (decimal): -8937563 or 10854263. OLE color: 10854263.

HSL color Cylindrical-coordinate representation of color #779FA5: hue angle of 187.83º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #779FA5 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB119159165-
CMYK0.280.0400.35
HSL187.83º20.35%55.69%-
HSV(B)187.83º27.88%64.71%-
XYZ26.831.4340.25-
YUV147.72137.75107.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.86%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 165 (64.84% from 255) = 37.25%
R=26.86%
G=35.89%
B=37.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1191591650.280.0400.35187.8320.3555.69
Hex779FA51C4023bc1438
Octal1672372453440432742470
Binary111011110011111101001011110010001000111011110010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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