#779B9C

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

Shades of Neptune #779B9C

Tints of Neptune #779B9C

Color information

#779B9C (or 0x779B9C) is unknown color: approx Neptune. HEX triplet: 77, 9B and 9C. RGB value is (119,155,156). Sum of RGB (Red+Green+Blue) = 119+155+156=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: blue. Hex color #779B9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779B9C is #886463. Grayscale: #909090. Windows color (decimal): -8938596 or 10263415. OLE color: 10263415.

HSL color Cylindrical-coordinate representation of color #779B9C: hue angle of 181.62º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779B9C is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB119155156-
CMYK0.240.0100.39
HSL181.62º15.74%53.92%-
HSV(B)181.62º23.72%61.18%-
XYZ25.3329.7635.86-
YUV144.35134.57109.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.67%
GREEN value IS 155 (60.94% from 255) = 36.05%
BLUE value IS 156 (61.33% from 255) = 36.28%
R=27.67%
G=36.05%
B=36.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191551560.240.0100.39181.6215.7453.92
Hex779B9C181027b61036
Octal1672332343010472662066
Binary1110111100110111001110011000101001111011011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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