#77A8AB

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

Shades of Neptune #77A8AB

Tints of Neptune #77A8AB

Color information

#77A8AB (or 0x77A8AB) is unknown color: approx Neptune. HEX triplet: 77, A8 and AB. RGB value is (119,168,171). Sum of RGB (Red+Green+Blue) = 119+168+171=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #77A8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A8AB is #885754. Grayscale: #999999. Windows color (decimal): -8935253 or 11249783. OLE color: 11249783.

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

Color convert

RGB119168171-
CMYK0.300.0200.33
HSL183.46º23.64%56.86%-
HSV(B)183.46º30.41%67.06%-
XYZ28.9634.8743.73-
YUV153.69137.77103.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.98%
GREEN value IS 168 (66.02% from 255) = 36.68%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=25.98%
G=36.68%
B=37.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191681710.300.0200.33183.4623.6456.86
Hex77A8AB1E2021b71839
Octal1672502533620412673071
Binary11101111010100010101011111101001000011011011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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