#77A2AB

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

Shades of Neptune #77A2AB

Tints of Neptune #77A2AB

Color information

#77A2AB (or 0x77A2AB) is unknown color: approx Neptune. HEX triplet: 77, A2 and AB. RGB value is (119,162,171). Sum of RGB (Red+Green+Blue) = 119+162+171=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #77A2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A2AB is #885D54. Grayscale: #969696. Windows color (decimal): -8936789 or 11248247. OLE color: 11248247.

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

Color convert

RGB119162171-
CMYK0.300.0500.33
HSL190.38º23.64%56.86%-
HSV(B)190.38º30.41%67.06%-
XYZ27.8832.743.37-
YUV150.17139.75105.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.33%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=26.33%
G=35.84%
B=37.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191621710.300.0500.33190.3823.6456.86
Hex77A2AB1E5021be1839
Octal1672422533650412763071
Binary111011110100010101010111111010101000011011111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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