#77A0A4

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

Shades of Neptune #77A0A4

Tints of Neptune #77A0A4

Color information

#77A0A4 (or 0x77A0A4) is unknown color: approx Neptune. HEX triplet: 77, A0 and A4. RGB value is (119,160,164). Sum of RGB (Red+Green+Blue) = 119+160+164=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 164 - color contains mainly: blue. Hex color #77A0A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A0A4 is #885F5B. Grayscale: #949494. Windows color (decimal): -8937308 or 10788983. OLE color: 10788983.

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

Color convert

RGB119160164-
CMYK0.270.0200.36
HSL185.33º19.82%55.49%-
HSV(B)185.33º27.44%64.31%-
XYZ26.8831.7439.83-
YUV148.2136.92107.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.86%
GREEN value IS 160 (62.89% from 255) = 36.12%
BLUE value IS 164 (64.45% from 255) = 37.02%
R=26.86%
G=36.12%
B=37.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191601640.270.0200.36185.3319.8255.49
Hex77A0A41B2024b91437
Octal1672402443320442712467
Binary11101111010000010100100110111001001001011100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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