#77A3AC

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

Shades of Neptune #77A3AC

Tints of Neptune #77A3AC

Color information

#77A3AC (or 0x77A3AC) is unknown color: approx Neptune. HEX triplet: 77, A3 and AC. RGB value is (119,163,172). Sum of RGB (Red+Green+Blue) = 119+163+172=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #77A3AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A3AC is #885C53. Grayscale: #969696. Windows color (decimal): -8936532 or 11314039. OLE color: 11314039.

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

Color convert

RGB119163172-
CMYK0.310.0500.33
HSL190.19º24.2%57.06%-
HSV(B)190.19º30.81%67.45%-
XYZ28.1533.0943.93-
YUV150.87139.92105.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.21%
GREEN value IS 163 (64.06% from 255) = 35.90%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=26.21%
G=35.90%
B=37.89%

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
Decimal1191631720.310.0500.33190.1924.257.06
Hex77A3AC1F5021be1839
Octal1672432543750412763071
Binary111011110100011101011001111110101000011011111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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