#779F9F

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

Shades of Neptune #779F9F

Tints of Neptune #779F9F

Color information

#779F9F (or 0x779F9F) is unknown color: approx Neptune. HEX triplet: 77, 9F and 9F. RGB value is (119,159,159). Sum of RGB (Red+Green+Blue) = 119+159+159=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 159 - color contains mainly: green, blue. Hex color #779F9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779F9F is #886060. Grayscale: #939393. Windows color (decimal): -8937569 or 10461047. OLE color: 10461047.

HSL color Cylindrical-coordinate representation of color #779F9F: hue angle of 180º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779F9F is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119159159-
CMYK0.25000.38
HSL180º17.24%54.51%-
HSV(B)180º25.16%62.35%-
XYZ26.2631.2237.44-
YUV147.04134.75108-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.23%
GREEN value IS 159 (62.5% from 255) = 36.38%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=27.23%
G=36.38%
B=36.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191591590.25000.3818017.2454.51
Hex779F9F190026b41137
Octal1672372373100462642167
Binary1110111100111111001111111001001001101011010010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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