#77A6AD

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

Shades of Neptune #77A6AD

Tints of Neptune #77A6AD

Color information

#77A6AD (or 0x77A6AD) is unknown color: approx Neptune. HEX triplet: 77, A6 and AD. RGB value is (119,166,173). Sum of RGB (Red+Green+Blue) = 119+166+173=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #77A6AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A6AD is #885952. Grayscale: #989898. Windows color (decimal): -8935763 or 11380343. OLE color: 11380343.

HSL color Cylindrical-coordinate representation of color #77A6AD: hue angle of 187.78º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77A6AD is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119166173-
CMYK0.310.0400.32
HSL187.78º24.77%57.25%-
HSV(B)187.78º31.21%67.84%-
XYZ28.7934.2144.62-
YUV152.74139.43103.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.98%
GREEN value IS 166 (65.23% from 255) = 36.24%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=25.98%
G=36.24%
B=37.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191661730.310.0400.32187.7824.7757.25
Hex77A6AD1F4020bc1939
Octal1672462553740402743171
Binary111011110100110101011011111110001000001011110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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