#77A4AB

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

Shades of Neptune #77A4AB

Tints of Neptune #77A4AB

Color information

#77A4AB (or 0x77A4AB) is unknown color: approx Neptune. HEX triplet: 77, A4 and AB. RGB value is (119,164,171). Sum of RGB (Red+Green+Blue) = 119+164+171=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #77A4AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A4AB is #885B54. Grayscale: #979797. Windows color (decimal): -8936277 or 11248759. OLE color: 11248759.

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

Color convert

RGB119164171-
CMYK0.300.0400.33
HSL188.08º23.64%56.86%-
HSV(B)188.08º30.41%67.06%-
XYZ28.2333.4143.49-
YUV151.34139.09104.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.21%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=26.21%
G=36.12%
B=37.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191641710.300.0400.33188.0823.6456.86
Hex77A4AB1E4021bc1839
Octal1672442533640412743071
Binary111011110100100101010111111010001000011011110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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