#77AAAC

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

Shades of Neptune #77AAAC

Tints of Neptune #77AAAC

Color information

#77AAAC (or 0x77AAAC) is unknown color: approx Neptune. HEX triplet: 77, AA and AC. RGB value is (119,170,172). Sum of RGB (Red+Green+Blue) = 119+170+172=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #77AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AAAC is #885553. Grayscale: #9A9A9A. Windows color (decimal): -8934740 or 11315831. OLE color: 11315831.

HSL color Cylindrical-coordinate representation of color #77AAAC: hue angle of 182.26º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77AAAC is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119170172-
CMYK0.310.0100.33
HSL182.26º24.2%57.06%-
HSV(B)182.26º30.81%67.45%-
XYZ29.4335.6544.36-
YUV154.98137.6102.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.81%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=25.81%
G=36.88%
B=37.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191701720.310.0100.33182.2624.257.06
Hex77AAAC1F1021b61839
Octal1672522543710412663071
Binary1110111101010101010110011111101000011011011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77AAAC; }

 p { color: rgb(119,170,172); }

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

<style>
 a { background-color: #77AAAC; }

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

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

<style>
 span { border-color: #77AAAC; }

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

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