#77A4AD

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

Shades of Neptune #77A4AD

Tints of Neptune #77A4AD

Color information

#77A4AD (or 0x77A4AD) is unknown color: approx Neptune. HEX triplet: 77, A4 and AD. RGB value is (119,164,173). Sum of RGB (Red+Green+Blue) = 119+164+173=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #77A4AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A4AD is #885B52. Grayscale: #979797. Windows color (decimal): -8936275 or 11379831. OLE color: 11379831.

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

Color convert

RGB119164173-
CMYK0.310.0500.32
HSL190º24.77%57.25%-
HSV(B)190º31.21%67.84%-
XYZ28.4333.4944.5-
YUV151.57140.09104.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.10%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=26.10%
G=35.96%
B=37.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191641730.310.0500.3219024.7757.25
Hex77A4AD1F5020be1939
Octal1672442553750402763171
Binary111011110100100101011011111110101000001011111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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