#77A4AC

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

Shades of Neptune #77A4AC

Tints of Neptune #77A4AC

Color information

#77A4AC (or 0x77A4AC) is unknown color: approx Neptune. HEX triplet: 77, A4 and AC. RGB value is (119,164,172). Sum of RGB (Red+Green+Blue) = 119+164+172=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #77A4AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A4AC is #885B53. Grayscale: #979797. Windows color (decimal): -8936276 or 11314295. OLE color: 11314295.

HSL color Cylindrical-coordinate representation of color #77A4AC: hue angle of 189.06º 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 #77A4AC is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119164172-
CMYK0.310.0500.33
HSL189.06º24.2%57.06%-
HSV(B)189.06º30.81%67.45%-
XYZ28.3333.4543.99-
YUV151.46139.59104.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.15%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=26.15%
G=36.04%
B=37.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191641720.310.0500.33189.0624.257.06
Hex77A4AC1F5021bd1839
Octal1672442543750412753071
Binary111011110100100101011001111110101000011011110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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