#77A4A1

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

Shades of Neptune #77A4A1

Tints of Neptune #77A4A1

Color information

#77A4A1 (or 0x77A4A1) is unknown color: approx Neptune. HEX triplet: 77, A4 and A1. RGB value is (119,164,161). Sum of RGB (Red+Green+Blue) = 119+164+161=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 164 - color contains mainly: green. Hex color #77A4A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A4A1 is #885B5E. Grayscale: #969696. Windows color (decimal): -8936287 or 10593399. OLE color: 10593399.

HSL color Cylindrical-coordinate representation of color #77A4A1: hue angle of 176º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77A4A1 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB119164161-
CMYK0.2700.020.36
HSL176º19.82%55.49%-
HSV(B)176º27.44%64.31%-
XYZ27.3233.0538.66-
YUV150.2134.09105.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.80%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 161 (63.28% from 255) = 36.26%
R=26.80%
G=36.94%
B=36.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191641610.2700.020.3617619.8255.49
Hex77A4A11B0224b01437
Octal1672442413302442602467
Binary11101111010010010100001110110101001001011000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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