#779CA2

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

Shades of Neptune #779CA2

Tints of Neptune #779CA2

Color information

#779CA2 (or 0x779CA2) is unknown color: approx Neptune. HEX triplet: 77, 9C and A2. RGB value is (119,156,162). Sum of RGB (Red+Green+Blue) = 119+156+162=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 162 - color contains mainly: blue. Hex color #779CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779CA2 is #88635D. Grayscale: #919191. Windows color (decimal): -8938334 or 10656887. OLE color: 10656887.

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

Color convert

RGB119156162-
CMYK0.270.0400.36
HSL188.37º18.78%55.1%-
HSV(B)188.37º26.54%63.53%-
XYZ26.0230.3138.66-
YUV145.62137.24109.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.23%
GREEN value IS 156 (61.33% from 255) = 35.70%
BLUE value IS 162 (63.67% from 255) = 37.07%
R=27.23%
G=35.70%
B=37.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191561620.270.0400.36188.3718.7855.1
Hex779CA21B4024bc1337
Octal1672342423340442742367
Binary111011110011100101000101101110001001001011110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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