#77A9AB

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

Shades of Neptune #77A9AB

Tints of Neptune #77A9AB

Color information

#77A9AB (or 0x77A9AB) is unknown color: approx Neptune. HEX triplet: 77, A9 and AB. RGB value is (119,169,171). Sum of RGB (Red+Green+Blue) = 119+169+171=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #77A9AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A9AB is #885654. Grayscale: #9A9A9A. Windows color (decimal): -8934997 or 11250039. OLE color: 11250039.

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

Color convert

RGB119169171-
CMYK0.300.0100.33
HSL182.31º23.64%56.86%-
HSV(B)182.31º30.41%67.06%-
XYZ29.1535.2443.79-
YUV154.28137.44102.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.93%
GREEN value IS 169 (66.41% from 255) = 36.82%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=25.93%
G=36.82%
B=37.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191691710.300.0100.33182.3123.6456.86
Hex77A9AB1E1021b61839
Octal1672512533610412663071
Binary1110111101010011010101111110101000011011011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,169,171); }

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

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

 a { background-color: rgb(119,169,171); }

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

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

 span { border-color: rgb(119,169,171); }

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