#77A6AB

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

Shades of Neptune #77A6AB

Tints of Neptune #77A6AB

Color information

#77A6AB (or 0x77A6AB) is unknown color: approx Neptune. HEX triplet: 77, A6 and AB. RGB value is (119,166,171). Sum of RGB (Red+Green+Blue) = 119+166+171=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #77A6AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A6AB is #885954. Grayscale: #989898. Windows color (decimal): -8935765 or 11249271. OLE color: 11249271.

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

Color convert

RGB119166171-
CMYK0.300.0300.33
HSL185.77º23.64%56.86%-
HSV(B)185.77º30.41%67.06%-
XYZ28.5934.1343.61-
YUV152.52138.43104.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.10%
GREEN value IS 166 (65.23% from 255) = 36.40%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=26.10%
G=36.40%
B=37.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191661710.300.0300.33185.7723.6456.86
Hex77A6AB1E3021ba1839
Octal1672462533630412723071
Binary11101111010011010101011111101101000011011101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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